FD.io VPP
v18.04-17-g3a0d853
Vector Packet Processing
|
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] |
Details about ethertype whitelist on a single interface.
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 |
u32 vl_api_acl_interface_etype_whitelist_details_t::sw_if_index |