From 112ee88c496a5acb4ac21a2d9b8deef5514abd8f Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Fri, 17 Mar 2017 23:58:32 +0100 Subject: features: remove remaining .end_node Change-Id: If882adb9c937f57223c524ed87453f3053f616ed Signed-off-by: Damjan Marion --- src/vnet/mpls/mpls_features.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/vnet/mpls/mpls_features.c b/src/vnet/mpls/mpls_features.c index 24147955153..baf31c2b2e2 100644 --- a/src/vnet/mpls/mpls_features.c +++ b/src/vnet/mpls/mpls_features.c @@ -104,7 +104,6 @@ VNET_FEATURE_ARC_INIT (mpls_input, static) = { .arc_name = "mpls-input", .start_nodes = VNET_FEATURES ("mpls-input"), - .end_node = "mpls-lookup", .arc_index_ptr = &mpls_main.input_feature_arc_index, }; -- cgit 1.2.3-korg