FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
API to enable / disable oddbuf on an interface. More...
Data Fields | |
u32 | client_index |
u32 | context |
bool | enable_disable |
vl_api_interface_index_t | sw_if_index |
option | vat_help = "<intfc> [disable]" |
API to enable / disable oddbuf on an interface.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
enable_disable | - 1 to enable, 0 to disable the feature |
sw_if_index | - interface handle |
Definition at line 39 of file oddbuf.api.
u32 vl_api_oddbuf_enable_disable_t::client_index |
Definition at line 41 of file oddbuf.api.
u32 vl_api_oddbuf_enable_disable_t::context |
Definition at line 44 of file oddbuf.api.
bool vl_api_oddbuf_enable_disable_t::enable_disable |
Definition at line 47 of file oddbuf.api.
vl_api_interface_index_t vl_api_oddbuf_enable_disable_t::sw_if_index |
Definition at line 50 of file oddbuf.api.
option vl_api_oddbuf_enable_disable_t::vat_help = "<intfc> [disable]" |
Definition at line 51 of file oddbuf.api.