FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
flowprobe.api File Reference

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
 

Detailed Description

This file defines the vpp control-plane API messages used to control the flowprobe plugin.

Definition in file flowprobe.api.

Enumeration Type Documentation

◆ flowprobe_record_flags

Enumerator
FLOWPROBE_RECORD_FLAG_L2 
FLOWPROBE_RECORD_FLAG_L3 
FLOWPROBE_RECORD_FLAG_L4 

Definition at line 19 of file flowprobe.api.

◆ flowprobe_which_flags

Enumerator
FLOWPROBE_WHICH_FLAG_IP4 
FLOWPROBE_WHICH_FLAG_L2 
FLOWPROBE_WHICH_FLAG_IP6 

Definition at line 12 of file flowprobe.api.

Variable Documentation

◆ api

import vnet interface_types api

Definition at line 10 of file flowprobe.api.

◆ version

option version = "1.0.0"

Definition at line 8 of file flowprobe.api.