Bug 248: Support for IP fragmented packet processing in the APV added
Review Request #304 — Created July 1, 2024 and updated
| Information | |
|---|---|
| satyendra | |
| APV10 | |
| rel_apv_10_7_0 | |
| 248 | |
| Reviewers | |
| prajesh, roland, tanya, wli | |
To support IP fragmented packet on virtual server , First the packet get reassembled before passing the packet to atcp and
The reassmbled packet will go through processing for SLB and when the packet in buffered on the real server , At the time of processing packet to output interface payload will get fragmented based on output interface MTU.
Unit testing:
- The testing is done for different MTU configuration on the REAL sever and virtual server .
- The tcp buffer get fragmented on the rela sever based on the output interface config.
| Description | From | Last Updated |
|---|---|---|
|
isn't this block already in rel_apv_10_7 and rel_apv_10_7_0_x900_support. |
|
-
Ship It!
-
branches/rel_apv_10_7_0/usr/src/sys/click/net/click_ether.c (Diff revision 1) isn't this block already in rel_apv_10_7 and rel_apv_10_7_0_x900_support.
