FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Register for IP neighbour events creation. More...
Data Fields | |
option | deprecated |
u32 | client_index |
u32 | context |
bool | enable |
u32 | pid |
vl_api_address_t | ip |
vl_api_interface_index_t | sw_if_index [default=0xffffffff] |
Register for IP neighbour events creation.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
enable | - 1 => register for events, 0 => cancel registration |
pid | - sender's pid |
ip | - exact IP address of interested neighbor resolution event |
sw_if_index | - interface on which the IP address is present. |
Definition at line 190 of file ip_neighbor.api.
u32 vl_api_want_ip_neighbor_events_t::client_index |
Definition at line 193 of file ip_neighbor.api.
u32 vl_api_want_ip_neighbor_events_t::context |
Definition at line 194 of file ip_neighbor.api.
option vl_api_want_ip_neighbor_events_t::deprecated |
Definition at line 192 of file ip_neighbor.api.
bool vl_api_want_ip_neighbor_events_t::enable |
Definition at line 195 of file ip_neighbor.api.
vl_api_address_t vl_api_want_ip_neighbor_events_t::ip |
Definition at line 197 of file ip_neighbor.api.
u32 vl_api_want_ip_neighbor_events_t::pid |
Definition at line 196 of file ip_neighbor.api.
vl_api_interface_index_t vl_api_want_ip_neighbor_events_t::sw_if_index[default=0xffffffff] |
Definition at line 198 of file ip_neighbor.api.