FD.io VPP  v16.09
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 512 of file vpe.api.

Field Documentation

u32 vl_api_proxy_arp_add_del_t::client_index

Definition at line 514 of file vpe.api.

u32 vl_api_proxy_arp_add_del_t::context

Definition at line 515 of file vpe.api.

u8 vl_api_proxy_arp_add_del_t::hi_address[4]

Definition at line 519 of file vpe.api.

u8 vl_api_proxy_arp_add_del_t::is_add

Definition at line 517 of file vpe.api.

u8 vl_api_proxy_arp_add_del_t::low_address[4]

Definition at line 518 of file vpe.api.

u32 vl_api_proxy_arp_add_del_t::vrf_id

Definition at line 516 of file vpe.api.


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