FD.io VPP
v17.07.01-10-g3be13f0
Vector Packet Processing
|
S-NAT users response. More...
Data Fields | |
u32 | context |
u8 | is_ip4 |
u8 | in_addr [16] |
u8 | in_plen |
u8 | out_addr [16] |
u8 | out_plen |
u32 | sharing_ratio |
u16 | ports_per_host |
u32 | ses_num |
S-NAT users response.
context | - sender context, to match reply w/ request |
is_ip4 | - 1 if address type is IPv4 |
in_addr | - inside IP address |
in_plen | - inside IP address prefix length |
out_addr | - outside IP address |
out_plen | - outside IP 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 |