FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
vl_api_l2_arp_term_event_t Struct Reference

Tell client about an IP4 ARP resolution event or MAC/IP info from ARP requests in L2 BDs. More...

Data Fields

u32 client_index
 
u32 pid
 
vl_api_address_t ip
 
vl_api_interface_index_t sw_if_index
 
vl_api_mac_address_t mac
 

Detailed Description

Tell client about an IP4 ARP resolution event or MAC/IP info from ARP requests in L2 BDs.

Template Parameters
client_index- opaque cookie to identify the sender
pid- client pid registered to receive notification
ip- IP address of new ARP term entry
sw_if_index- interface of new ARP term entry
mac- MAC address of new ARP term entry

Definition at line 636 of file l2.api.

Field Documentation

◆ client_index

u32 vl_api_l2_arp_term_event_t::client_index

Definition at line 638 of file l2.api.

◆ ip

vl_api_address_t vl_api_l2_arp_term_event_t::ip

Definition at line 640 of file l2.api.

◆ mac

vl_api_mac_address_t vl_api_l2_arp_term_event_t::mac

Definition at line 642 of file l2.api.

◆ pid

u32 vl_api_l2_arp_term_event_t::pid

Definition at line 639 of file l2.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_l2_arp_term_event_t::sw_if_index

Definition at line 641 of file l2.api.


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