FD.io VPP  v21.06
Vector Packet Processing
arp.api File Reference

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
 

Detailed Description

This file defines the vpp control-plane API messages used to control the ABF plugin.

Definition in file arp.api.

Variable Documentation

◆ api

import vnet interface_types api

Definition at line 24 of file arp.api.

◆ hi

vmrglw vmrglh vmrghw hi

Definition at line 37 of file arp.api.

◆ low

vl_api_ip4_address_t low

Definition at line 36 of file arp.api.

◆ proxy_arp

typedef proxy_arp
Initial value:
{
unsigned int u32
Definition: types.h:88
u32 table_id
Definition: wireguard.api:102

Proxy ARP configuration type.

Template Parameters
table_id- VRF / Fib table ID
low- Low address of the Proxy ARP range
hi- High address of the Proxy ARP range

Definition at line 34 of file arp.api.

◆ version

option version = "1.0.0"

Definition at line 22 of file arp.api.