FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Proxy ARP add / del interface request. More...
Data Fields | |
u32 | client_index |
u32 | context |
vl_api_interface_index_t | sw_if_index |
bool | enable |
Proxy ARP add / del interface request.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
sw_if_index | - Which interface to enable / disable Proxy Arp on |
enable | - 1 to enable Proxy ARP on interface, 0 to disable |
vl_api_interface_index_t vl_api_proxy_arp_intfc_enable_disable_t::sw_if_index |