FD.io VPP  v17.04.2-2-ga8f93f8
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 ACL

Definition at line 412 of file acl.api.

Field Documentation

u32 vl_api_macip_acl_details_t::acl_index

Definition at line 415 of file acl.api.

u32 vl_api_macip_acl_details_t::context

Definition at line 414 of file acl.api.

u32 vl_api_macip_acl_details_t::count

Definition at line 417 of file acl.api.

vl_api_macip_acl_rule_t vl_api_macip_acl_details_t::r[count]

Definition at line 418 of file acl.api.

u8 vl_api_macip_acl_details_t::tag[64]

Definition at line 416 of file acl.api.


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