From: Neale Ranns Date: Mon, 22 May 2017 15:02:04 +0000 (-0400) Subject: MPLS interface output feature not explicitly enabled X-Git-Tag: v17.07-rc1~128 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=3d0723d3e085c8a69e1827e2e5607281b90576d7;p=vpp.git MPLS interface output feature not explicitly enabled Change-Id: I54cb5113ec8e37f5da321041d7925393cae31aa5 Signed-off-by: Neale Ranns --- diff --git a/src/vnet/mpls/mpls_features.c b/src/vnet/mpls/mpls_features.c index baf31c2b2e2..0281d0c2f63 100644 --- a/src/vnet/mpls/mpls_features.c +++ b/src/vnet/mpls/mpls_features.c @@ -145,8 +145,6 @@ mpls_sw_interface_add_del (vnet_main_t * vnm, vnet_feature_enable_disable ("mpls-input", "mpls-not-enabled", sw_if_index, is_add, 0, 0); - vnet_feature_enable_disable ("mpls-output", "interface-output", sw_if_index, - is_add, 0, 0); return /* no error */ 0; }