FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
vl_api_l2_macs_event_t Struct Reference

L2 MAC event for a list of learned or aged MACs. More...

+ Collaboration diagram for vl_api_l2_macs_event_t:

Data Fields

u32 client_index
 
u32 pid
 
u32 n_macs
 
vl_api_mac_entry_t mac [n_macs]
 

Detailed Description

L2 MAC event for a list of learned or aged MACs.

Template Parameters
client_index- opaque cookie to identify the sender
pid- client pid registered to receive notification
n_macs- number of learned/aged MAC enntries
mac- array of learned/aged MAC entries

Definition at line 179 of file l2.api.

Field Documentation

u32 vl_api_l2_macs_event_t::client_index

Definition at line 181 of file l2.api.

vl_api_mac_entry_t vl_api_l2_macs_event_t::mac[n_macs]

Definition at line 184 of file l2.api.

u32 vl_api_l2_macs_event_t::n_macs

Definition at line 183 of file l2.api.

u32 vl_api_l2_macs_event_t::pid

Definition at line 182 of file l2.api.


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