![]() |
FD.io VPP
v20.09-rc2-28-g3c5414029
Vector Packet Processing
|
Set the ethertype whitelists on an interface. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| vl_api_interface_index_t | sw_if_index |
| u8 | count |
| u8 | n_input |
| u16 | whitelist [count] |
| option | vat_help = "<intfc> | sw_if_index <if-idx> input [ethertype list] output [ethertype list]" |
Set the ethertype whitelists on an interface.
Takes effect when applying ACLs on the interface, so must be given prior.
| 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 |
| u32 vl_api_acl_interface_set_etype_whitelist_t::client_index |
| vl_api_interface_index_t vl_api_acl_interface_set_etype_whitelist_t::sw_if_index |
| option vl_api_acl_interface_set_etype_whitelist_t::vat_help = "<intfc> | sw_if_index <if-idx> input [ethertype list] output [ethertype list]" |