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, const ethernet_arp_ip4_over_ethernet_address_t *a, int is_static, int is_no_fib_entry) |
|
int | vnet_arp_unset_ip4_over_ethernet (vnet_main_t *vnm, u32 sw_if_index, const ethernet_arp_ip4_over_ethernet_address_t *a) |
| 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) |
|
◆ proxy_arp_walk_t
call back function when walking the DB of proxy ARPs
- Returns
- 0 to stop the walk !0 to continue
Definition at line 46 of file arp.h.
◆ proxy_arp_walk()
◆ vnet_arp_set_ip4_over_ethernet()
int vnet_arp_set_ip4_over_ethernet |
( |
vnet_main_t * |
vnm, |
|
|
u32 |
sw_if_index, |
|
|
const ethernet_arp_ip4_over_ethernet_address_t * |
a, |
|
|
int |
is_static, |
|
|
int |
is_no_fib_entry |
|
) |
| |
◆ vnet_arp_unset_ip4_over_ethernet()
int vnet_arp_unset_ip4_over_ethernet |
( |
vnet_main_t * |
vnm, |
|
|
u32 |
sw_if_index, |
|
|
const ethernet_arp_ip4_over_ethernet_address_t * |
a |
|
) |
| |
Control Plane hook to remove an ARP entry.
Definition at line 1555 of file arp.c.
◆ vnet_proxy_arp_add_del()
◆ vnet_proxy_arp_fib_reset()
int vnet_proxy_arp_fib_reset |
( |
u32 |
fib_id | ) |
|