![]() |
FD.io VPP
v19.08.2-294-g37e99c22d
Vector Packet Processing
|
Set NAT virtual fragmentation reassembly. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| u32 | timeout |
| u16 | max_reass |
| u8 | max_frag |
| u8 | drop_frag |
| bool | is_ip6 |
Set NAT virtual fragmentation reassembly.
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| timeout | - reassembly timeout |
| max_reass | - maximum number of concurrent reassemblies |
| max_frag | - maximum number of fragmets per reassembly |
| drop_frag | - if 0 translate fragments, otherwise drop fragments |
| is_ip6 | - true if IPv6, false if IPv4 |