FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Details about a single ACL contents. More...
Data Fields | |
u32 | context |
vl_api_interface_index_t | sw_if_index |
u8 | count |
u8 | n_input |
u32 | acls [count] |
Details about a single ACL contents.
context | - returned sender context, to match reply w/ request |
sw_if_index | - interface for which the list of ACLs is applied |
count | - total length of acl indices vector |
n_input | - this many of indices in the beginning are input ACLs, the rest - output |
acls | - the vector of ACL indices |
vl_api_interface_index_t vl_api_acl_interface_list_details_t::sw_if_index |