FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
vl_api_want_ip4_arp_events_t Struct Reference

Register for IP4 ARP resolution event on receing ARP reply or MAC/IP info from ARP requests in L2 BDs. More...

Data Fields

u32 client_index
 
u32 context
 
u8 enable_disable
 
u32 pid
 
u32 address
 

Detailed Description

Register for IP4 ARP resolution event on receing ARP reply or MAC/IP info from ARP requests in L2 BDs.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
enable_disable- 1 => register for events, 0 => cancel registration
pid- sender's pid
address- exact IP4 address of interested arp resolution event, or 0 to get MAC/IP info from ARP requests in BDs

Definition at line 818 of file ip.api.

Field Documentation

◆ address

u32 vl_api_want_ip4_arp_events_t::address

Definition at line 824 of file ip.api.

◆ client_index

u32 vl_api_want_ip4_arp_events_t::client_index

Definition at line 820 of file ip.api.

◆ context

u32 vl_api_want_ip4_arp_events_t::context

Definition at line 821 of file ip.api.

◆ enable_disable

u8 vl_api_want_ip4_arp_events_t::enable_disable

Definition at line 822 of file ip.api.

◆ pid

u32 vl_api_want_ip4_arp_events_t::pid

Definition at line 823 of file ip.api.


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