FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
vl_api_want_ip6_nd_events_t Struct Reference

Register for IP6 ND resolution event on recieving NA reply MAC/IP info from ICMP6 Neighbor Solicitation in L2 BDs. More...

Data Fields

u32 client_index
 
u32 context
 
u8 enable_disable
 
u32 pid
 
vl_api_ip6_address_t ip
 

Detailed Description

Register for IP6 ND resolution event on recieving NA reply MAC/IP info from ICMP6 Neighbor Solicitation 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
ip- the exact IP6 address of interested ND resolution event, or 0 to get MAC/IP info from ICMP6 NS in L2 BDs.

Definition at line 791 of file ip.api.

Field Documentation

◆ client_index

u32 vl_api_want_ip6_nd_events_t::client_index

Definition at line 793 of file ip.api.

◆ context

u32 vl_api_want_ip6_nd_events_t::context

Definition at line 794 of file ip.api.

◆ enable_disable

u8 vl_api_want_ip6_nd_events_t::enable_disable

Definition at line 795 of file ip.api.

◆ ip

vl_api_ip6_address_t vl_api_want_ip6_nd_events_t::ip

Definition at line 797 of file ip.api.

◆ pid

u32 vl_api_want_ip6_nd_events_t::pid

Definition at line 796 of file ip.api.


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