FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
NAT64 BIB details response. More...
Data Fields | |
u32 | context |
vl_api_ip6_address_t | i_addr |
vl_api_ip4_address_t | o_addr |
u16 | i_port |
u16 | o_port |
u32 | vrf_id |
u8 | proto |
vl_api_nat_config_flags_t | flags |
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 |
flags | - flag NAT_IS_STATIC if BIB entry is static or BIB entry is dynamic |
ses_num | - number of sessions associated with the BIB entry |
vl_api_nat_config_flags_t vl_api_nat64_bib_details_t::flags |