FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
NAT users response. More...
Data Fields | |
u32 | context |
u8 | is_nat44 |
u8 | in_addr [16] |
u8 | in_plen |
u8 | out_addr [4] |
u8 | out_plen |
u32 | sharing_ratio |
u16 | ports_per_host |
u32 | ses_num |
NAT users response.
context | - sender context, to match reply w/ request |
is_nat44 | - 1 if NAT44 |
in_addr | - inside IP address |
in_plen | - inside IP address prefix length |
out_addr | - outside IPv4 address |
out_plen | - outside IPv4 address prefix length |
sharing_ratio | - outside to inside address sharing ratio |
ports_per_host | - number of ports available to a host |
ses_num | - number of sessions belonging to this mapping |