![]() |
FD.io VPP
v21.06-1-gbb7418cf9
Vector Packet Processing
|
Add/del NAT44 address range. More...
Data Fields | |
| option | in_progress |
| u32 | client_index |
| u32 | context |
| vl_api_ip4_address_t | first_ip_address |
| vl_api_ip4_address_t | last_ip_address |
| u32 | vrf_id |
| bool | is_add |
Add/del NAT44 address range.
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| first_ip_address | - first IPv4 address |
| last_ip_address | - last IPv4 address |
| vrf_id | - VRF id of tenant, ~0 means independent of VRF |
| is_add | - true if add, false if delete |
Definition at line 438 of file nat44_ei.api.
| u32 vl_api_nat44_ei_add_del_address_range_t::client_index |
Definition at line 440 of file nat44_ei.api.
| u32 vl_api_nat44_ei_add_del_address_range_t::context |
Definition at line 441 of file nat44_ei.api.
| vl_api_ip4_address_t vl_api_nat44_ei_add_del_address_range_t::first_ip_address |
Definition at line 442 of file nat44_ei.api.
| option vl_api_nat44_ei_add_del_address_range_t::in_progress |
Definition at line 439 of file nat44_ei.api.
| bool vl_api_nat44_ei_add_del_address_range_t::is_add |
Definition at line 445 of file nat44_ei.api.
| vl_api_ip4_address_t vl_api_nat44_ei_add_del_address_range_t::last_ip_address |
Definition at line 443 of file nat44_ei.api.
| u32 vl_api_nat44_ei_add_del_address_range_t::vrf_id |
Definition at line 444 of file nat44_ei.api.