FD.io VPP  v19.08.1-401-g8e4ed521a
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 entries
mac- array of learned/aged MAC entries

Definition at line 182 of file l2.api.

Field Documentation

◆ client_index

u32 vl_api_l2_macs_event_t::client_index

Definition at line 184 of file l2.api.

◆ mac

vl_api_mac_entry_t vl_api_l2_macs_event_t::mac[n_macs]

Definition at line 187 of file l2.api.

◆ n_macs

u32 vl_api_l2_macs_event_t::n_macs

Definition at line 186 of file l2.api.

◆ pid

u32 vl_api_l2_macs_event_t::pid

Definition at line 185 of file l2.api.


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