Bug 248: Support for IP fragmented packet processing in the APV added
Review Request #338 — Created July 15, 2024 and updated
| Information | |
|---|---|
| satyendra | |
| APV10 | |
| rel_apv_10_4_0_112_india | |
| 248 | |
| Reviewers | |
| kdutta, pradeep, 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 is done:
Virtual server MTU 1500 . getting fragmented packet of 800 MTU form the router .
Real server has MTU 400 , Packet are fragmented to 400 on output interface and process to sserver .
