Go to the source code of this file.
|
int | vnet_proxy_arp_add_del (ip4_address_t *lo_addr, ip4_address_t *hi_addr, u32 fib_index, int is_del) |
|
int | vnet_arp_set_ip4_over_ethernet (vnet_main_t *vnm, u32 sw_if_index, void *a_arg, int is_static, int is_no_fib_entry) |
|
int | vnet_arp_unset_ip4_over_ethernet (vnet_main_t *vnm, u32 sw_if_index, void *a_arg) |
| Control Plane hook to remove an ARP entry. More...
|
|
int | vnet_proxy_arp_fib_reset (u32 fib_id) |
|
void | proxy_arp_walk (proxy_arp_walk_t cb, void *data) |
|
call back function when walking the DB of proxy ARPs
- Returns
- 0 to stop the walk !0 to continue
Definition at line 42 of file arp.h.
int vnet_arp_set_ip4_over_ethernet |
( |
vnet_main_t * |
vnm, |
|
|
u32 |
sw_if_index, |
|
|
void * |
a_arg, |
|
|
int |
is_static, |
|
|
int |
is_no_fib_entry |
|
) |
| |
int vnet_arp_unset_ip4_over_ethernet |
( |
vnet_main_t * |
vnm, |
|
|
u32 |
sw_if_index, |
|
|
void * |
a_arg |
|
) |
| |
Control Plane hook to remove an ARP entry.
Definition at line 1538 of file arp.c.
int vnet_proxy_arp_fib_reset |
( |
u32 |
fib_id | ) |
|