FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Interface set vxlan-bypass request. More...
Data Fields | |
u32 | client_index |
u32 | context |
vl_api_interface_index_t | sw_if_index |
bool | is_ipv6 |
bool | enable [default=true] |
option | in_progress |
Interface set vxlan-bypass request.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
sw_if_index | - interface used to reach neighbor |
is_ipv6 | - if non-zero, enable ipv6-vxlan-bypass, else ipv4-vxlan-bypass |
enable | - if non-zero enable, else disable |
Definition at line 92 of file vxlan_gbp.api.
u32 vl_api_sw_interface_set_vxlan_gbp_bypass_t::client_index |
Definition at line 94 of file vxlan_gbp.api.
u32 vl_api_sw_interface_set_vxlan_gbp_bypass_t::context |
Definition at line 95 of file vxlan_gbp.api.
bool vl_api_sw_interface_set_vxlan_gbp_bypass_t::enable[default=true] |
Definition at line 98 of file vxlan_gbp.api.
option vl_api_sw_interface_set_vxlan_gbp_bypass_t::in_progress |
Definition at line 99 of file vxlan_gbp.api.
bool vl_api_sw_interface_set_vxlan_gbp_bypass_t::is_ipv6 |
Definition at line 97 of file vxlan_gbp.api.
vl_api_interface_index_t vl_api_sw_interface_set_vxlan_gbp_bypass_t::sw_if_index |
Definition at line 96 of file vxlan_gbp.api.