MPLS interface output feature not explicitly enabled 74/6874/1
authorNeale Ranns <nranns@cisco.com>
Mon, 22 May 2017 15:02:04 +0000 (11:02 -0400)
committerNeale Ranns <nranns@cisco.com>
Thu, 25 May 2017 07:39:31 +0000 (03:39 -0400)
Change-Id: I54cb5113ec8e37f5da321041d7925393cae31aa5
Signed-off-by: Neale Ranns <nranns@cisco.com>
src/vnet/mpls/mpls_features.c

index baf31c2..0281d0c 100644 (file)
@@ -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;
 }