FD.io VPP  v17.10-9-gd594711
Vector Packet Processing
pppoe_tap.c File Reference
+ Include dependency graph for pppoe_tap.c:

Go to the source code of this file.

Functions

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

Variables

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

Function Documentation

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

Definition at line 22 of file pppoe_tap.c.

+ Here is the call graph for this function:

Variable Documentation

vlib_cli_command_t create_pppoe_tap_cmd
static
Initial value:
=
{
.path = "create pppoe tap",
.short_help = "create pppoe tap if-name <intfc> [del]",
}
static clib_error_t * pppoe_add_del_tap_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: pppoe_tap.c:22

(constructor) VLIB_CLI_COMMAND (create_pppoe_tap_cmd)

Definition at line 75 of file pppoe_tap.c.