FD.io VPP  v17.07.01-10-g3be13f0
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 386 of file acl.api.

Field Documentation

u32 vl_api_macip_acl_details_t::acl_index

Definition at line 389 of file acl.api.

u32 vl_api_macip_acl_details_t::context

Definition at line 388 of file acl.api.

u32 vl_api_macip_acl_details_t::count

Definition at line 391 of file acl.api.

vl_api_macip_acl_rule_t vl_api_macip_acl_details_t::r[count]

Definition at line 392 of file acl.api.

u8 vl_api_macip_acl_details_t::tag[64]

Definition at line 390 of file acl.api.


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