![]() |
FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
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] |
IP neighbor add / del request.
| 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 |