From: Damjan Marion Date: Fri, 17 Mar 2017 22:58:32 +0000 (+0100) Subject: features: remove remaining .end_node X-Git-Tag: v17.04-rc1~20 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F89%2F5789%2F1;p=vpp.git features: remove remaining .end_node Change-Id: If882adb9c937f57223c524ed87453f3053f616ed Signed-off-by: Damjan Marion --- 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, };