FD.io VPP  v18.10-32-g1161dda
Vector Packet Processing
vl_api_ip4_arp_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 address
 
u32 pid
 
u32 sw_if_index
 
u8 new_mac [6]
 
u8 mac_ip
 

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
address- the exact ip4 address of interest
pid- client pid registered to receive notification
sw_if_index- interface which received ARP packet
new_mac- the new mac address
mac_ip- 0: ARP resolution event, 1: MAC/IP info from L2 BDs

Definition at line 790 of file ip.api.

Field Documentation

u32 vl_api_ip4_arp_event_t::address

Definition at line 793 of file ip.api.

u32 vl_api_ip4_arp_event_t::client_index

Definition at line 792 of file ip.api.

u8 vl_api_ip4_arp_event_t::mac_ip

Definition at line 797 of file ip.api.

u8 vl_api_ip4_arp_event_t::new_mac[6]

Definition at line 796 of file ip.api.

u32 vl_api_ip4_arp_event_t::pid

Definition at line 794 of file ip.api.

u32 vl_api_ip4_arp_event_t::sw_if_index

Definition at line 795 of file ip.api.


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