From 444e800f42565ffb123209f8694751607dc34596 Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Thu, 8 Oct 2020 10:06:32 +0000 Subject: mpls: no per-MPLS-tunnel tx node Type: improvement do not add a per-MPLS tunnel tx node. per-tunnl nodes limit the number of tunnels that can be created to the number o fnodes that can be created (64k). improve the tx node. Signed-off-by: Neale Ranns Change-Id: I6016f05e809c6c64a0b098a101b28c9dd47824b3 --- src/vnet/mpls/mpls_features.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vnet/mpls/mpls_features.c') diff --git a/src/vnet/mpls/mpls_features.c b/src/vnet/mpls/mpls_features.c index f59753723ab..070f90a1cc6 100644 --- a/src/vnet/mpls/mpls_features.c +++ b/src/vnet/mpls/mpls_features.c @@ -23,6 +23,7 @@ format_mpls_drop_trace (u8 * s, va_list * args) CLIB_UNUSED (vlib_main_t * vm) = va_arg (*args, vlib_main_t *); CLIB_UNUSED (vlib_node_t * node) = va_arg (*args, vlib_node_t *); + s = format (s, "drop"); return s; } -- cgit 1.2.3-korg