FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Enable / disable per-packet IPFIX recording on an interface. More...
Data Fields | |
u32 | client_index |
u32 | context |
bool | is_add |
vl_api_flowprobe_which_flags_t | which |
vl_api_interface_index_t | sw_if_index |
option | vat_help = "<intfc> [disable]" |
Enable / disable per-packet IPFIX recording on an interface.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
is_add | - add address if non-zero, else delete |
which | - flags indicating forwarding path |
sw_if_index | - index of the interface |
Definition at line 33 of file flowprobe.api.
u32 vl_api_flowprobe_tx_interface_add_del_t::client_index |
Definition at line 36 of file flowprobe.api.
u32 vl_api_flowprobe_tx_interface_add_del_t::context |
Definition at line 39 of file flowprobe.api.
bool vl_api_flowprobe_tx_interface_add_del_t::is_add |
Definition at line 42 of file flowprobe.api.
vl_api_interface_index_t vl_api_flowprobe_tx_interface_add_del_t::sw_if_index |
Definition at line 46 of file flowprobe.api.
option vl_api_flowprobe_tx_interface_add_del_t::vat_help = "<intfc> [disable]" |
Definition at line 47 of file flowprobe.api.
vl_api_flowprobe_which_flags_t vl_api_flowprobe_tx_interface_add_del_t::which |
Definition at line 43 of file flowprobe.api.