FD.io VPP  v19.08.1-401-g8e4ed521a
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 363 of file acl.api.

Field Documentation

◆ acl_index

u32 vl_api_macip_acl_details_t::acl_index

Definition at line 366 of file acl.api.

◆ context

u32 vl_api_macip_acl_details_t::context

Definition at line 365 of file acl.api.

◆ count

u32 vl_api_macip_acl_details_t::count

Definition at line 368 of file acl.api.

◆ r

vl_api_macip_acl_rule_t vl_api_macip_acl_details_t::r[count]

Definition at line 369 of file acl.api.

◆ tag

u8 vl_api_macip_acl_details_t::tag[64]

Definition at line 367 of file acl.api.


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