Go to the source code of this file.
|
static u8 * | format_l2_patch_trace (u8 *s, va_list *args) |
|
static_always_inline void | l2_patch_trace (vlib_main_t *vm, vlib_node_runtime_t *node, l2_patch_main_t *l2pm, vlib_buffer_t *b, u32 sw_if_index) |
|
static_always_inline void | l2_patch_inline (vlib_main_t *vm, vlib_node_runtime_t *node, l2_patch_main_t *l2pm, vlib_buffer_t **b, u16 *next, u32 n_left, int do_trace) |
|
VLIB_NODE_FN() | l2_patch_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
int | vnet_l2_patch_add_del (u32 rx_sw_if_index, u32 tx_sw_if_index, int is_add) |
|
static clib_error_t * | test_patch_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | show_l2patch (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
| Display the contents of the l2patch table. More...
|
|
static clib_error_t * | l2_patch_init (vlib_main_t *vm) |
|
◆ foreach_l2_patch_error
#define foreach_l2_patch_error |
Value:_(PATCHED, "L2 patch packets") \
_(DROPPED, "L2 patch misconfigured drops")
Definition at line 60 of file l2_patch.c.
◆ l2_patch_error_t
Enumerator |
---|
L2_PATCH_N_ERROR | |
Definition at line 64 of file l2_patch.c.
◆ l2_patch_next_t
Enumerator |
---|
L2_PATCH_NEXT_DROP | |
L2_PATCH_N_NEXT | |
Definition at line 78 of file l2_patch.c.
◆ format_l2_patch_trace()
static u8* format_l2_patch_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ l2_patch_init()
◆ l2_patch_inline()
◆ l2_patch_node()
◆ l2_patch_trace()
◆ show_l2patch()
Display the contents of the l2patch table.
Definition at line 383 of file l2_patch.c.
◆ test_patch_command_fn()
◆ vnet_l2_patch_add_del()
int vnet_l2_patch_add_del |
( |
u32 |
rx_sw_if_index, |
|
|
u32 |
tx_sw_if_index, |
|
|
int |
is_add |
|
) |
| |
◆ l2_patch_error_strings
char* l2_patch_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_l2_patch_error
Definition at line 72 of file l2_patch.c.
◆ l2_patch_main
◆ l2_patch_node
Initial value:= {
.name = "l2-patch",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
vl_api_fib_path_type_t type
static u8 * format_l2_patch_trace(u8 *s, va_list *args)
static char * l2_patch_error_strings[]
(constructor) VLIB_REGISTER_NODE (l2_patch_node)
Definition at line 211 of file l2_patch.c.
◆ show_l2patch_cli
Initial value:= {
.path = "show l2patch",
.short_help = "Show l2 interface cross-connect entries",
}
static clib_error_t * show_l2patch(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Display the contents of the l2patch table.
(constructor) VLIB_CLI_COMMAND (show_l2patch_cli)
Definition at line 426 of file l2_patch.c.
◆ test_patch_command
Initial value:= {
.path = "test l2patch",
.short_help = "test l2patch rx <intfc> tx <intfc> [del]",
}
static clib_error_t * test_patch_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (test_patch_command)
Definition at line 374 of file l2_patch.c.