FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
This file defines the vpp control-plane API messages used to control the ABF plugin. More...
Go to the source code of this file.
Data Structures | |
struct | vl_api_proxy_arp_add_del_t |
Proxy ARP add / del request. More... | |
struct | vl_api_proxy_arp_dump_t |
Proxy ARP dump request. More... | |
struct | vl_api_proxy_arp_details_t |
Proxy ARP dump details reply. More... | |
struct | vl_api_proxy_arp_intfc_enable_disable_t |
Proxy ARP add / del interface request. More... | |
struct | vl_api_proxy_arp_intfc_dump_t |
Proxy ARP interface dump request. More... | |
struct | vl_api_proxy_arp_intfc_details_t |
Proxy ARP interface dump details reply. More... | |
Variables | |
option | version = "1.0.0" |
import vnet ip ip_types | api |
typedef | proxy_arp |
Proxy ARP configuration type. More... | |
vl_api_ip4_address_t | low |
vl_api_ip4_address_t | hi |
This file defines the vpp control-plane API messages used to control the ABF plugin.
Definition in file arp.api.
typedef proxy_arp |
Proxy ARP configuration type.
table_id | - VRF / Fib table ID |
low | - Low address of the Proxy ARP range |
hi | - High address of the Proxy ARP range |