FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
vl_api_proxy_arp_add_del_t Struct Reference

Proxy ARP add / del request. More...

Data Fields

u32 client_index
 
u32 context
 
u32 vrf_id
 
u8 is_add
 
u8 low_address [4]
 
u8 hi_address [4]
 

Detailed Description

Proxy ARP add / del request.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
vrf_id- VRF / Fib table ID
is_add- 1 if adding the Proxy ARP range, 0 if deleting
low_address[4]- Low address of the Proxy ARP range
hi_address[4]- High address of the Proxy ARP range

Definition at line 801 of file ip.api.

Field Documentation

u32 vl_api_proxy_arp_add_del_t::client_index

Definition at line 803 of file ip.api.

u32 vl_api_proxy_arp_add_del_t::context

Definition at line 804 of file ip.api.

u8 vl_api_proxy_arp_add_del_t::hi_address[4]

Definition at line 808 of file ip.api.

u8 vl_api_proxy_arp_add_del_t::is_add

Definition at line 806 of file ip.api.

u8 vl_api_proxy_arp_add_del_t::low_address[4]

Definition at line 807 of file ip.api.

u32 vl_api_proxy_arp_add_del_t::vrf_id

Definition at line 805 of file ip.api.


The documentation for this struct was generated from the following file: