FD.io VPP  v16.09
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 vrf_id
 
u32 sw_if_index
 
u8 is_add
 
u8 is_ipv6
 
u8 is_static
 
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
vrf_id- vrf_id, only for IP4
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_static-
mac_address- l2 address of the neighbor
dst_address- ip4 or ip6 address of the neighbor

Definition at line 568 of file vpe.api.

Field Documentation

u32 vl_api_ip_neighbor_add_del_t::client_index

Definition at line 570 of file vpe.api.

u32 vl_api_ip_neighbor_add_del_t::context

Definition at line 571 of file vpe.api.

u8 vl_api_ip_neighbor_add_del_t::dst_address[16]

Definition at line 579 of file vpe.api.

u8 vl_api_ip_neighbor_add_del_t::is_add

Definition at line 575 of file vpe.api.

u8 vl_api_ip_neighbor_add_del_t::is_ipv6

Definition at line 576 of file vpe.api.

u8 vl_api_ip_neighbor_add_del_t::is_static

Definition at line 577 of file vpe.api.

u8 vl_api_ip_neighbor_add_del_t::mac_address[6]

Definition at line 578 of file vpe.api.

u32 vl_api_ip_neighbor_add_del_t::sw_if_index

Definition at line 573 of file vpe.api.

u32 vl_api_ip_neighbor_add_del_t::vrf_id

Definition at line 572 of file vpe.api.


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