FD.io VPP  v18.10-34-gcce845e
Vector Packet Processing
vl_api_mac_entry_t Struct Reference

Entry for learned or aged MAC in L2 MAC Events. More...

Data Fields

u32 sw_if_index
 
u8 mac_addr [6]
 
u8 action
 
u8 flags
 

Detailed Description

Entry for learned or aged MAC in L2 MAC Events.

Template Parameters
sw_if_index- sw_if_index in the domain
mac_addr- mac_address
action- 0 => newly learned MAC, 1 => MAC deleted by ager 3 => MAC move (sw_if_index changed)
flags- flag bits to provide other info, not yet used

Definition at line 165 of file l2.api.

Field Documentation

u8 vl_api_mac_entry_t::action

Definition at line 169 of file l2.api.

u8 vl_api_mac_entry_t::flags

Definition at line 170 of file l2.api.

u8 vl_api_mac_entry_t::mac_addr[6]

Definition at line 168 of file l2.api.

u32 vl_api_mac_entry_t::sw_if_index

Definition at line 167 of file l2.api.


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