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) |
|
clib_error_t * | vnet_mpls_table_cmd (vlib_main_t *vm, unformat_input_t *main_input, vlib_cli_command_t *cmdo) |
|
int | mpls_fib_reset_labels (u32 fib_id) |
|
static clib_error_t * | mpls_init (vlib_main_t *vm) |
|
◆ format_mpls_eos_bit()
u8* format_mpls_eos_bit |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ format_mpls_header()
u8* format_mpls_header |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ format_mpls_unicast_header_host_byte_order()
u8* format_mpls_unicast_header_host_byte_order |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ format_mpls_unicast_header_net_byte_order()
u8* format_mpls_unicast_header_net_byte_order |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ format_mpls_unicast_label()
u8* format_mpls_unicast_label |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ mpls_dest_cmp()
int mpls_dest_cmp |
( |
void * |
a1, |
|
|
void * |
a2 |
|
) |
| |
◆ mpls_fib_index_cmp()
int mpls_fib_index_cmp |
( |
void * |
a1, |
|
|
void * |
a2 |
|
) |
| |
◆ mpls_fib_reset_labels()
int mpls_fib_reset_labels |
( |
u32 |
fib_id | ) |
|
◆ mpls_init()
◆ mpls_label_cmp()
int mpls_label_cmp |
( |
void * |
a1, |
|
|
void * |
a2 |
|
) |
| |
◆ unformat_mpls_header()
◆ unformat_mpls_label_net_byte_order()
◆ unformat_mpls_unicast_label()
◆ vnet_mpls_local_label()
◆ vnet_mpls_table_cmd()
◆ mpls_eos_bit_names
◆ mpls_local_label_command
Initial value:= {
.path = "mpls local-label",
.short_help = "mpls local-label [add|del] <label-value> [eos|non-eos] via [next-hop-address] [next-hop-interface] [next-hop-table <value>] [weight <value>] [preference <value>] [udp-encap-id <value>] [ip4-lookup-in-table <value>] [ip6-lookup-in-table <value>] [mpls-lookup-in-table <value>] [resolve-via-host] [resolve-via-attached] [rx-ip4 <interface>] [out-labels <value value value>]",
}
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 370 of file mpls.c.
◆ mpls_main
◆ mpls_table_command
Initial value:= {
.path = "mpls table",
.short_help = "mpls table [add|del] <table-id>",
.is_mp_safe = 1,
}
clib_error_t * vnet_mpls_table_cmd(vlib_main_t *vm, unformat_input_t *main_input, vlib_cli_command_t *cmdo)
(constructor) VLIB_CLI_COMMAND (mpls_table_command)
Definition at line 439 of file mpls.c.