FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
This file defines the vpp control-plane API messages used to control the flowprobe plugin. More...
Go to the source code of this file.
Data Structures | |
struct | vl_api_flowprobe_tx_interface_add_del_t |
Enable / disable per-packet IPFIX recording on an interface. More... | |
struct | vl_api_flowprobe_params_t |
Enumerations | |
enum | flowprobe_which_flags : u8 { FLOWPROBE_WHICH_FLAG_IP4 = 0x1, FLOWPROBE_WHICH_FLAG_L2 = 0x2, FLOWPROBE_WHICH_FLAG_IP6 = 0x4 } |
enum | flowprobe_record_flags : u8 { FLOWPROBE_RECORD_FLAG_L2 = 0x1, FLOWPROBE_RECORD_FLAG_L3 = 0x2, FLOWPROBE_RECORD_FLAG_L4 = 0x4 } |
Variables | |
option | version = "1.0.0" |
import vnet interface_types | api |
This file defines the vpp control-plane API messages used to control the flowprobe plugin.
Definition in file flowprobe.api.
enum flowprobe_record_flags : u8 |
Enumerator | |
---|---|
FLOWPROBE_RECORD_FLAG_L2 | |
FLOWPROBE_RECORD_FLAG_L3 | |
FLOWPROBE_RECORD_FLAG_L4 |
Definition at line 19 of file flowprobe.api.
enum flowprobe_which_flags : u8 |
Enumerator | |
---|---|
FLOWPROBE_WHICH_FLAG_IP4 | |
FLOWPROBE_WHICH_FLAG_L2 | |
FLOWPROBE_WHICH_FLAG_IP6 |
Definition at line 12 of file flowprobe.api.
import vnet interface_types api |
Definition at line 10 of file flowprobe.api.
option version = "1.0.0" |
Definition at line 8 of file flowprobe.api.