FD.io VPP  v16.12-rc0-308-g931be3a
Vector Packet Processing
vl_api_ip4_arp_event_t Struct Reference

Tell client about an ip4 arp resolution event. More...

Data Fields

u32 client_index
 
u32 context
 
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.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
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: resolution event, 1: mac/ip binding in bd

Definition at line 3251 of file vpe.api.

Field Documentation

u32 vl_api_ip4_arp_event_t::address

Definition at line 3255 of file vpe.api.

u32 vl_api_ip4_arp_event_t::client_index

Definition at line 3253 of file vpe.api.

u32 vl_api_ip4_arp_event_t::context

Definition at line 3254 of file vpe.api.

u8 vl_api_ip4_arp_event_t::mac_ip

Definition at line 3259 of file vpe.api.

u8 vl_api_ip4_arp_event_t::new_mac[6]

Definition at line 3258 of file vpe.api.

u32 vl_api_ip4_arp_event_t::pid

Definition at line 3256 of file vpe.api.

u32 vl_api_ip4_arp_event_t::sw_if_index

Definition at line 3257 of file vpe.api.


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