![]() |
FD.io VPP
v19.08.2-294-g37e99c22d
Vector Packet Processing
|
Add/delete NAT44 load-balancing static mapping rule backend. More...
Collaboration diagram for vl_api_nat44_lb_static_mapping_add_del_local_t:Data Fields | |
| u32 | client_index |
| u32 | context |
| bool | is_add |
| vl_api_ip4_address_t | external_addr |
| u16 | external_port |
| u8 | protocol |
| vl_api_nat44_lb_addr_port_t | local |
Add/delete NAT44 load-balancing static mapping rule backend.
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| is_add | - true if add, false if delete |
| external_addr | - external IPv4 address of the service |
| external_port | - external L4 port number of the service |
| protocol | - IP protocol number of the service |
| local | - local network node |
| u32 vl_api_nat44_lb_static_mapping_add_del_local_t::client_index |
| vl_api_ip4_address_t vl_api_nat44_lb_static_mapping_add_del_local_t::external_addr |
| u16 vl_api_nat44_lb_static_mapping_add_del_local_t::external_port |
| vl_api_nat44_lb_addr_port_t vl_api_nat44_lb_static_mapping_add_del_local_t::local |