VPP-1408: Fix bug that wrong tx fifo drop in buffer chains flow of dgram mode
[vpp.git] / 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;
 }