Go to the source code of this file.
#define foreach_mpls_input_next |
#define mpls_error |
( |
|
n, |
|
|
|
s |
|
) |
| s, |
Enumerator |
---|
MPLS_INPUT_N_NEXT |
|
Definition at line 32 of file mpls_input.c.
static u8* format_mpls_input_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
char* mpls_error_strings[] |
|
static |
Initial value:= {
#define mpls_error(n,s)
mpls_error (UNSUPPORTED_VERSION, "unsupported version")
mpls_error (PKTS_DECAP, "MPLS input packets decapsulated")
mpls_error (PKTS_ENCAP, "MPLS output packets encapsulated")
mpls_error (NO_LABEL, "MPLS no label for fib/dst")
}
Definition at line 249 of file mpls_input.c.
Initial value:= {
.name = "mpls-input",
.vector_size =
sizeof (
u32),
.next_nodes = {
#define _(s,n)
},
}
format_function_t format_mpls_unicast_header_net_byte_order
(constructor) VLIB_REGISTER_NODE (mpls_input_node)
Definition at line 62 of file mpls_input.c.