Go to the source code of this file.
|
u8 * | format_mpls_unicast_label (u8 *s, va_list *args) |
|
uword | unformat_mpls_unicast_label (unformat_input_t *input, va_list *args) |
|
u8 * | format_mpls_eos_bit (u8 *s, va_list *args) |
|
u8 * | format_mpls_header (u8 *s, va_list *args) |
|
uword | unformat_mpls_header (unformat_input_t *input, va_list *args) |
|
uword | unformat_mpls_label_net_byte_order (unformat_input_t *input, va_list *args) |
|
u8 * | format_mpls_unicast_header_host_byte_order (u8 *s, va_list *args) |
|
u8 * | format_mpls_unicast_header_net_byte_order (u8 *s, va_list *args) |
|
int | mpls_dest_cmp (void *a1, void *a2) |
|
int | mpls_fib_index_cmp (void *a1, void *a2) |
|
int | mpls_label_cmp (void *a1, void *a2) |
|
static clib_error_t * | vnet_mpls_local_label (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
int | mpls_fib_reset_labels (u32 fib_id) |
|
static clib_error_t * | mpls_init (vlib_main_t *vm) |
|
u8* format_mpls_eos_bit |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
u8* format_mpls_header |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
u8* format_mpls_unicast_header_host_byte_order |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
u8* format_mpls_unicast_header_net_byte_order |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
u8* format_mpls_unicast_label |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
int mpls_dest_cmp |
( |
void * |
a1, |
|
|
void * |
a2 |
|
) |
| |
int mpls_fib_index_cmp |
( |
void * |
a1, |
|
|
void * |
a2 |
|
) |
| |
int mpls_fib_reset_labels |
( |
u32 |
fib_id | ) |
|
int mpls_label_cmp |
( |
void * |
a1, |
|
|
void * |
a2 |
|
) |
| |
Initial value:= {
.path = "mpls local-label",
.short_help = "Create/Delete MPL local labels",
}
static clib_error_t * vnet_mpls_local_label(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (mpls_local_label_command)
Definition at line 506 of file mpls.c.