FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
ip6_nd_proxy.c File Reference
+ Include dependency graph for ip6_nd_proxy.c:

Go to the source code of this file.

Functions

static int ip6_nd_proxy_add_del (u32 sw_if_index, const ip6_address_t *addr, u8 is_del)
 
int ip6_nd_proxy_add (u32 sw_if_index, const ip6_address_t *addr)
 
int ip6_nd_proxy_del (u32 sw_if_index, const ip6_address_t *addr)
 
static clib_error_tset_ip6_nd_proxy_cmd (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 

Variables

static vlib_cli_command_t set_ip6_nd_proxy_command
 (constructor) VLIB_CLI_COMMAND (set_ip6_nd_proxy_command) More...
 

Function Documentation

◆ ip6_nd_proxy_add()

int ip6_nd_proxy_add ( u32  sw_if_index,
const ip6_address_t *  addr 
)

Definition at line 72 of file ip6_nd_proxy.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ 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

Definition at line 24 of file ip6_nd_proxy.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ip6_nd_proxy_del()

int ip6_nd_proxy_del ( u32  sw_if_index,
const ip6_address_t *  addr 
)

Definition at line 78 of file ip6_nd_proxy.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ set_ip6_nd_proxy_cmd()

static clib_error_t* set_ip6_nd_proxy_cmd ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 84 of file ip6_nd_proxy.c.

+ Here is the call graph for this function:

Variable Documentation

◆ set_ip6_nd_proxy_command

vlib_cli_command_t set_ip6_nd_proxy_command
static
Initial value:
=
{
.path = "set ip6 nd proxy",
.short_help = "set ip6 nd proxy <HOST> <INTERFACE>",
.function = set_ip6_nd_proxy_cmd,
}
static clib_error_t * set_ip6_nd_proxy_cmd(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: ip6_nd_proxy.c:84

(constructor) VLIB_CLI_COMMAND (set_ip6_nd_proxy_command)

Definition at line 113 of file ip6_nd_proxy.c.