FD.io VPP  v19.01.2-3-gf61a1a8
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 440 of file acl.api.

Field Documentation

u32 vl_api_macip_acl_details_t::acl_index

Definition at line 443 of file acl.api.

u32 vl_api_macip_acl_details_t::context

Definition at line 442 of file acl.api.

u32 vl_api_macip_acl_details_t::count

Definition at line 445 of file acl.api.

vl_api_macip_acl_rule_t vl_api_macip_acl_details_t::r[count]

Definition at line 446 of file acl.api.

u8 vl_api_macip_acl_details_t::tag[64]

Definition at line 444 of file acl.api.


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