FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
NAT64 BIB details response. More...
Data Fields | |
u32 | context |
u8 | i_addr [16] |
u8 | o_addr [4] |
u16 | i_port |
u16 | o_port |
u32 | vrf_id |
u8 | proto |
u8 | is_static |
u32 | ses_num |
NAT64 BIB details response.
context | - sender context, to match reply w/ request |
i_addr | - inside IPv6 address |
o_addr | - outside IPv4 address |
i_port | - inside port number |
o_port | - outside port number |
vrf_id | - VRF id of tenant |
proto | - protocol number |
is_static | - 1 if static BIB entry, 0 if dynamic |
ses_num | - number of sessions associated with the BIB entry |