FD.io VPP  v19.04.1-1-ge4a0f9f
Vector Packet Processing
vl_api_acl_interface_etype_whitelist_details_t Struct Reference

Details about ethertype whitelist on a single interface. More...

Data Fields

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

Detailed Description

Details about ethertype whitelist on a single interface.

Template Parameters
context- returned sender context, to match reply w/ request
sw_if_index- interface for which the list of MACIP ACLs is applied
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 541 of file acl.api.

Field Documentation

u32 vl_api_acl_interface_etype_whitelist_details_t::context

Definition at line 543 of file acl.api.

u8 vl_api_acl_interface_etype_whitelist_details_t::count

Definition at line 545 of file acl.api.

u8 vl_api_acl_interface_etype_whitelist_details_t::n_input

Definition at line 546 of file acl.api.

u32 vl_api_acl_interface_etype_whitelist_details_t::sw_if_index

Definition at line 544 of file acl.api.

u16 vl_api_acl_interface_etype_whitelist_details_t::whitelist[count]

Definition at line 547 of file acl.api.


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