Go to the source code of this file.
◆ ip6_nd_proxy_add()
int ip6_nd_proxy_add |
( |
u32 |
sw_if_index, |
|
|
const ip6_address_t * |
addr |
|
) |
| |
◆ ip6_nd_proxy_add_del()
static int ip6_nd_proxy_add_del |
( |
u32 |
sw_if_index, |
|
|
const ip6_address_t * |
addr, |
|
|
u8 |
is_del |
|
) |
| |
|
static |
◆ ip6_nd_proxy_del()
int ip6_nd_proxy_del |
( |
u32 |
sw_if_index, |
|
|
const ip6_address_t * |
addr |
|
) |
| |
◆ set_ip6_nd_proxy_cmd()
◆ set_ip6_nd_proxy_command
Initial value:=
{
.path = "set ip6 nd proxy",
.short_help = "set ip6 nd proxy <interface> [del] <host-ip>",
}
static clib_error_t * set_ip6_nd_proxy_cmd(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (set_ip6_nd_proxy_command)
Definition at line 117 of file ip6_nd_proxy.c.