FD.io VPP  v17.04.2-2-ga8f93f8
Vector Packet Processing
vl_api_cop_whitelist_enable_disable_t Struct Reference

cop: enable/disable whitelist filtration features on an interface Note: the supplied fib_id must match in order to remove the feature! More...

Data Fields

u32 client_index
 
u32 context
 
u32 sw_if_index
 
u32 fib_id
 
u8 ip4
 
u8 ip6
 
u8 default_cop
 

Detailed Description

cop: enable/disable whitelist filtration features on an interface Note: the supplied fib_id must match in order to remove the feature!

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
sw_if_index- interface handle, physical interfaces only
fib_id- fib identifier for the whitelist / blacklist fib
ip4- 1 => enable ip4 filtration, 0=> disable ip4 filtration
ip6- 1 => enable ip6 filtration, 0=> disable ip6 filtration
default_cop- 1 => enable non-ip4, non-ip6 filtration 0=> disable it

Definition at line 54 of file cop.api.

Field Documentation

u32 vl_api_cop_whitelist_enable_disable_t::client_index

Definition at line 56 of file cop.api.

u32 vl_api_cop_whitelist_enable_disable_t::context

Definition at line 57 of file cop.api.

u8 vl_api_cop_whitelist_enable_disable_t::default_cop

Definition at line 62 of file cop.api.

u32 vl_api_cop_whitelist_enable_disable_t::fib_id

Definition at line 59 of file cop.api.

u8 vl_api_cop_whitelist_enable_disable_t::ip4

Definition at line 60 of file cop.api.

u8 vl_api_cop_whitelist_enable_disable_t::ip6

Definition at line 61 of file cop.api.

u32 vl_api_cop_whitelist_enable_disable_t::sw_if_index

Definition at line 58 of file cop.api.


The documentation for this struct was generated from the following file: