FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
pppoe_cp.c File Reference
+ Include dependency graph for pppoe_cp.c:

Go to the source code of this file.

Functions

static clib_error_tpppoe_add_del_cp_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 

Variables

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

Function Documentation

◆ pppoe_add_del_cp_command_fn()

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

Definition at line 21 of file pppoe_cp.c.

+ Here is the call graph for this function:

Variable Documentation

◆ create_pppoe_cp_cmd

vlib_cli_command_t create_pppoe_cp_cmd
static
Initial value:
=
{
.path = "create pppoe cp",
.short_help = "create pppoe cp if-name <intfc> [del]",
}
static clib_error_t * pppoe_add_del_cp_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: pppoe_cp.c:21

(constructor) VLIB_CLI_COMMAND (create_pppoe_cp_cmd)

Definition at line 74 of file pppoe_cp.c.