FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
vl_api_ip6_nd_event_t Struct Reference

Tell client about an ip6 nd resolution or mac/ip event. More...

Data Fields

u32 client_index
 
u32 context
 
u32 pid
 
u32 sw_if_index
 
u8 address [16]
 
u8 new_mac [6]
 
u8 mac_ip
 

Detailed Description

Tell client about an ip6 nd resolution or mac/ip event.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
pid- client pid registered to receive notification
sw_if_index- interface which received ARP packet
address- the exact ip6 address of interest
new_mac- the new mac address
mac_ip- 0: resolution event, 1: mac/ip binding in bd

Definition at line 2873 of file vpe.api.

Field Documentation

u8 vl_api_ip6_nd_event_t::address[16]

Definition at line 2879 of file vpe.api.

u32 vl_api_ip6_nd_event_t::client_index

Definition at line 2875 of file vpe.api.

u32 vl_api_ip6_nd_event_t::context

Definition at line 2876 of file vpe.api.

u8 vl_api_ip6_nd_event_t::mac_ip

Definition at line 2881 of file vpe.api.

u8 vl_api_ip6_nd_event_t::new_mac[6]

Definition at line 2880 of file vpe.api.

u32 vl_api_ip6_nd_event_t::pid

Definition at line 2877 of file vpe.api.

u32 vl_api_ip6_nd_event_t::sw_if_index

Definition at line 2878 of file vpe.api.


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