FD.io VPP  v18.01-8-g0eacf49
Vector Packet Processing
vl_api_macip_acl_details_t Struct Reference

Details about one MACIP ACL. More...

+ Collaboration diagram for vl_api_macip_acl_details_t:

Data Fields

u32 context
 
u32 acl_index
 
u8 tag [64]
 
u32 count
 
vl_api_macip_acl_rule_t r [count]
 

Detailed Description

Details about one MACIP ACL.

Template Parameters
context- returned sender context, to match reply w/ request
acl_index- index of this MACIP ACL
tag- descriptive tag which was supplied during the creation
count- length of the vector of MACIP ACL rules
r- rules comprising this MACIP ACL

Definition at line 419 of file acl.api.

Field Documentation

u32 vl_api_macip_acl_details_t::acl_index

Definition at line 422 of file acl.api.

u32 vl_api_macip_acl_details_t::context

Definition at line 421 of file acl.api.

u32 vl_api_macip_acl_details_t::count

Definition at line 424 of file acl.api.

vl_api_macip_acl_rule_t vl_api_macip_acl_details_t::r[count]

Definition at line 425 of file acl.api.

u8 vl_api_macip_acl_details_t::tag[64]

Definition at line 423 of file acl.api.


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