FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
vl_api_ip6_nd_event_t Struct Reference

Tell client about an IP6 ND resolution or MAC/IP info from ICMP6 Neighbor Solicitation in L2 BDs. More...

Data Fields

u32 client_index
 
u32 pid
 
u32 sw_if_index
 
vl_api_ip6_address_t ip
 
vl_api_mac_address_t mac
 
u8 mac_ip
 

Detailed Description

Tell client about an IP6 ND resolution or MAC/IP info from ICMP6 Neighbor Solicitation in L2 BDs.

Template Parameters
client_index- opaque cookie to identify the sender
pid- client pid registered to receive notification
sw_if_index- interface which received ARP packet
ip- the exact ip6 address of interest
new_mac- the new mac address
mac_ip- 0: ND resolution event, 1: MAC/IP info from L2 BDs

Definition at line 809 of file ip.api.

Field Documentation

u32 vl_api_ip6_nd_event_t::client_index

Definition at line 811 of file ip.api.

vl_api_ip6_address_t vl_api_ip6_nd_event_t::ip

Definition at line 814 of file ip.api.

vl_api_mac_address_t vl_api_ip6_nd_event_t::mac

Definition at line 815 of file ip.api.

u8 vl_api_ip6_nd_event_t::mac_ip

Definition at line 816 of file ip.api.

u32 vl_api_ip6_nd_event_t::pid

Definition at line 812 of file ip.api.

u32 vl_api_ip6_nd_event_t::sw_if_index

Definition at line 813 of file ip.api.


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