FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
vl_api_ip_neighbor_add_del_t Struct Reference

IP neighbor add / del request. More...

Data Fields

u32 client_index
 
u32 context
 
u32 sw_if_index
 
u8 is_add
 
u8 is_ipv6
 
u8 is_static
 
u8 is_no_adj_fib
 
u8 mac_address [6]
 
u8 dst_address [16]
 

Detailed Description

IP neighbor add / del request.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
sw_if_index- interface used to reach neighbor
is_add- 1 to add neighbor, 0 to delete
is_ipv6- 1 for IPv6 neighbor, 0 for IPv4
is_ipv6- 1 for IPv6 neighbor, 0 for IPv4
is_static- A static neighbor Entry - there are not flushed If the interface goes down.
is_no_adj_fib- Do not create a corresponding entry in the FIB table for the neighbor.
mac_address- l2 address of the neighbor
dst_address- ip4 or ip6 address of the neighbor

Definition at line 144 of file ip.api.

Field Documentation

u32 vl_api_ip_neighbor_add_del_t::client_index

Definition at line 146 of file ip.api.

u32 vl_api_ip_neighbor_add_del_t::context

Definition at line 147 of file ip.api.

u8 vl_api_ip_neighbor_add_del_t::dst_address[16]

Definition at line 155 of file ip.api.

u8 vl_api_ip_neighbor_add_del_t::is_add

Definition at line 150 of file ip.api.

u8 vl_api_ip_neighbor_add_del_t::is_ipv6

Definition at line 151 of file ip.api.

u8 vl_api_ip_neighbor_add_del_t::is_no_adj_fib

Definition at line 153 of file ip.api.

u8 vl_api_ip_neighbor_add_del_t::is_static

Definition at line 152 of file ip.api.

u8 vl_api_ip_neighbor_add_del_t::mac_address[6]

Definition at line 154 of file ip.api.

u32 vl_api_ip_neighbor_add_del_t::sw_if_index

Definition at line 148 of file ip.api.


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