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

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

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.
Description From Last Updated

Is this good for TCP packet?

prajeshprajesh

is this good enough for TCP?

prajeshprajesh

we need to add checksum here?

kduttakdutta
prajesh
  1. 
      
  2. Is this good for TCP packet?

  3. 
      
prajesh
  1. 
      
  2. is this good enough for TCP?

    1. Yes this is good for TCP . passing TCP traffic here will do the IP buffer fragment

  3. 
      
kdutta
  1. 
      
  2. we need to add checksum here?

  3. 
      
Loading...