FD.io VPP  v18.07-rc0-415-g6c78436
Vector Packet Processing
pppoe.c File Reference
+ Include dependency graph for pppoe.c:

Go to the source code of this file.

Macros

#define foreach_copy_field
 

Functions

u8format_pppoe_session (u8 *s, va_list *args)
 
static u8format_pppoe_name (u8 *s, va_list *args)
 
static uword dummy_interface_tx (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
static clib_error_tpppoe_interface_admin_up_down (vnet_main_t *vnm, u32 hw_if_index, u32 flags)
 
 VNET_DEVICE_CLASS (pppoe_device_class, static)
 
static u8format_pppoe_header_with_length (u8 *s, va_list *args)
 
static u8pppoe_build_rewrite (vnet_main_t *vnm, u32 sw_if_index, vnet_link_t link_type, const void *dst_address)
 
static void pppoe_fixup (vlib_main_t *vm, ip_adjacency_t *adj, vlib_buffer_t *b0, const void *data)
 Fixup the adj rewrite post encap. More...
 
static void pppoe_update_adj (vnet_main_t *vnm, u32 sw_if_index, adj_index_t ai)
 
 VNET_HW_INTERFACE_CLASS (pppoe_hw_class)
 
static bool pppoe_decap_next_is_valid (pppoe_main_t *pem, u32 is_ip6, u32 decap_fib_index)
 
int vnet_pppoe_add_del_session (vnet_pppoe_add_del_session_args_t *a, u32 *sw_if_indexp)
 
static clib_error_tpppoe_add_del_session_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tshow_pppoe_session_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tshow_pppoe_fib_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 Display the contents of the PPPoE Fib. More...
 
clib_error_tpppoe_init (vlib_main_t *vm)
 
 VLIB_PLUGIN_REGISTER ()
 

Variables

pppoe_main_t pppoe_main
 
static vlib_cli_command_t create_pppoe_session_command
 (constructor) VLIB_CLI_COMMAND (create_pppoe_session_command) More...
 
static vlib_cli_command_t show_pppoe_session_command
 (constructor) VLIB_CLI_COMMAND (show_pppoe_session_command) More...
 
static vlib_cli_command_t show_pppoe_fib_command
 (constructor) VLIB_CLI_COMMAND (show_pppoe_fib_command) More...
 

Macro Definition Documentation

#define foreach_copy_field
Value:
_(session_id) \
_(encap_if_index) \
_(decap_fib_index) \
_(client_ip)

Definition at line 238 of file pppoe.c.

Function Documentation

static uword dummy_interface_tx ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)
static

Definition at line 69 of file pppoe.c.

+ Here is the caller graph for this function:

static u8* format_pppoe_header_with_length ( u8 s,
va_list *  args 
)
static

Definition at line 96 of file pppoe.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static u8* format_pppoe_name ( u8 s,
va_list *  args 
)
static

Definition at line 62 of file pppoe.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* format_pppoe_session ( u8 s,
va_list *  args 
)

Definition at line 41 of file pppoe.c.

+ Here is the call graph for this function:

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

Definition at line 435 of file pppoe.c.

+ Here is the call graph for this function:

static u8* pppoe_build_rewrite ( vnet_main_t vnm,
u32  sw_if_index,
vnet_link_t  link_type,
const void *  dst_address 
)
static

Definition at line 104 of file pppoe.c.

+ Here is the caller graph for this function:

static bool pppoe_decap_next_is_valid ( pppoe_main_t pem,
u32  is_ip6,
u32  decap_fib_index 
)
static

Definition at line 245 of file pppoe.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void pppoe_fixup ( vlib_main_t vm,
ip_adjacency_t adj,
vlib_buffer_t b0,
const void *  data 
)
static

Fixup the adj rewrite post encap.

Insert the packet's length

Definition at line 149 of file pppoe.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

clib_error_t* pppoe_init ( vlib_main_t vm)

Definition at line 719 of file pppoe.c.

+ Here is the call graph for this function:

static clib_error_t* pppoe_interface_admin_up_down ( vnet_main_t vnm,
u32  hw_if_index,
u32  flags 
)
static

Definition at line 77 of file pppoe.c.

+ Here is the call graph for this function:

static void pppoe_update_adj ( vnet_main_t vnm,
u32  sw_if_index,
adj_index_t  ai 
)
static

Definition at line 169 of file pppoe.c.

+ Here is the call graph for this function:

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

Display the contents of the PPPoE Fib.

Definition at line 632 of file pppoe.c.

+ Here is the call graph for this function:

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

Definition at line 593 of file pppoe.c.

+ Here is the call graph for this function:

VLIB_PLUGIN_REGISTER ( )

+ Here is the caller graph for this function:

VNET_DEVICE_CLASS ( pppoe_device_class  ,
static   
)

+ Here is the caller graph for this function:

VNET_HW_INTERFACE_CLASS ( pppoe_hw_class  )

+ Here is the caller graph for this function:

int vnet_pppoe_add_del_session ( vnet_pppoe_add_del_session_args_t a,
u32 sw_if_indexp 
)

Definition at line 256 of file pppoe.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

vlib_cli_command_t create_pppoe_session_command
static
Initial value:
= {
.path = "create pppoe session",
.short_help =
"create pppoe session client-ip <client-ip> session-id <nn>"
" client-mac <client-mac> [decap-vrf-id <nn>] [del]",
}
static clib_error_t * pppoe_add_del_session_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: pppoe.c:435

(constructor) VLIB_CLI_COMMAND (create_pppoe_session_command)

Definition at line 582 of file pppoe.c.

pppoe_main_t pppoe_main

Definition at line 38 of file pppoe.c.

vlib_cli_command_t show_pppoe_fib_command
static
Initial value:
= {
.path = "show pppoe fib",
.short_help = "show pppoe fib",
}
static clib_error_t * show_pppoe_fib_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Display the contents of the PPPoE Fib.
Definition: pppoe.c:632

(constructor) VLIB_CLI_COMMAND (show_pppoe_fib_command)

Definition at line 711 of file pppoe.c.

vlib_cli_command_t show_pppoe_session_command
static
Initial value:
= {
.path = "show pppoe session",
.short_help = "show pppoe session",
}
static clib_error_t * show_pppoe_session_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: pppoe.c:593

(constructor) VLIB_CLI_COMMAND (show_pppoe_session_command)

Definition at line 623 of file pppoe.c.