FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
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] |
Proxy ARP add / del request.
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 |