FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
Register for IP4 ARP resolution event on receing 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 receing 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 136 of file ip_neighbor.api.
u32 vl_api_want_ip_neighbor_events_t::client_index |
Definition at line 138 of file ip_neighbor.api.
u32 vl_api_want_ip_neighbor_events_t::context |
Definition at line 139 of file ip_neighbor.api.
bool vl_api_want_ip_neighbor_events_t::enable |
Definition at line 140 of file ip_neighbor.api.
vl_api_address_t vl_api_want_ip_neighbor_events_t::ip |
Definition at line 142 of file ip_neighbor.api.
u32 vl_api_want_ip_neighbor_events_t::pid |
Definition at line 141 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 143 of file ip_neighbor.api.