summaryrefslogtreecommitdiffstats
path: root/src/vnet/mpls/mpls_features.c
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2020-10-08 10:06:32 +0000
committerDamjan Marion <dmarion@me.com>2020-10-14 17:34:52 +0000
commit444e800f42565ffb123209f8694751607dc34596 (patch)
tree0d207eaca8e6490a68dd6d48676639c9239f8c67 /src/vnet/mpls/mpls_features.c
parent238d3844b210ff09d9092dd3f5d78cde8b7de1aa (diff)
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 <nranns@cisco.com> Change-Id: I6016f05e809c6c64a0b098a101b28c9dd47824b3
Diffstat (limited to 'src/vnet/mpls/mpls_features.c')
-rw-r--r--src/vnet/mpls/mpls_features.c1
1 files changed, 1 insertions, 0 deletions
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;
}