FD.io VPP
v16.09
Vector Packet Processing
|
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] |
IP neighbor add / del request.
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 |