FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
NAT64 session table details response. More...
Data Fields | |
u32 | context |
vl_api_ip6_address_t | il_addr |
vl_api_ip4_address_t | ol_addr |
u16 | il_port |
u16 | ol_port |
vl_api_ip6_address_t | ir_addr |
vl_api_ip4_address_t | or_addr |
u16 | r_port |
u32 | vrf_id |
u8 | proto |
NAT64 session table details response.
context | - sender context, to match reply w/ request |
il_addr | - inside IPv6 address of the local host |
ol_addr | - outside IPv4 address of the local host |
il_port | - inside port number id of the local host/inside ICMP id |
ol_port | - outside port number of the local host/outside ICMP id |
ir_addr | - inside IPv6 address of the remote host |
or_addr | - outside IPv4 address of the remote host |
r_port | - port number of the remote host (not used for ICMP) |
vrf_id | - VRF id of tenant |
proto | - protocol number |