FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Enable/disable forwarding for NAT44 Forward packets which don't match existing translation or static mapping instead of dropping them. More...
Data Fields | |
option | in_progress |
u32 | client_index |
u32 | context |
bool | enable |
Enable/disable forwarding for NAT44 Forward packets which don't match existing translation or static mapping instead of dropping them.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
enable | - true for enable, false for disable |
Definition at line 821 of file nat44_ei.api.
u32 vl_api_nat44_ei_forwarding_enable_disable_t::client_index |
Definition at line 823 of file nat44_ei.api.
u32 vl_api_nat44_ei_forwarding_enable_disable_t::context |
Definition at line 824 of file nat44_ei.api.
bool vl_api_nat44_ei_forwarding_enable_disable_t::enable |
Definition at line 825 of file nat44_ei.api.
option vl_api_nat44_ei_forwarding_enable_disable_t::in_progress |
Definition at line 822 of file nat44_ei.api.