FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
vl_api_acl_interface_set_etype_whitelist_t Struct Reference

Set the ethertype whitelists on an interface. More...

Data Fields

u32 client_index
 
u32 context
 
u32 sw_if_index
 
u8 count
 
u8 n_input
 
u16 whitelist [count]
 

Detailed Description

Set the ethertype whitelists on an interface.

Takes effect when applying ACLs on the interface, so must be given prior.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
sw_if_index- the interface to alter the list of ACLs on
count- total number of whitelisted ethertypes in the vector
n_input- this many first elements correspond to input whitelisted ethertypes, the rest - output
whitelist- vector of whitelisted ethertypes

Definition at line 489 of file acl.api.

Field Documentation

u32 vl_api_acl_interface_set_etype_whitelist_t::client_index

Definition at line 491 of file acl.api.

u32 vl_api_acl_interface_set_etype_whitelist_t::context

Definition at line 492 of file acl.api.

u8 vl_api_acl_interface_set_etype_whitelist_t::count

Definition at line 494 of file acl.api.

u8 vl_api_acl_interface_set_etype_whitelist_t::n_input

Definition at line 495 of file acl.api.

u32 vl_api_acl_interface_set_etype_whitelist_t::sw_if_index

Definition at line 493 of file acl.api.

u16 vl_api_acl_interface_set_etype_whitelist_t::whitelist[count]

Definition at line 496 of file acl.api.


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