Bug 248: Support for IP fragmented packet processing in the APV added

Review Request #313 — Created July 3, 2024 and updated — Latest diff uploaded

satyendra
APV10
10_7
248
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 server and VIRTUAL server .
The tcp buffer get fragmented on the real server based on the output interface config.
    Loading...