![]() |
FD.io VPP
v20.05.1-5-g09f167997
Vector Packet Processing
|
Register for IP4 ARP resolution event on receiving ARP reply or MAC/IP info from ARP requests in L2 BDs. More...
Data Fields | |
| 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 IP4 ARP resolution event on receiving ARP reply or MAC/IP info from ARP requests in L2 BDs.
| 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 191 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.
| 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.