aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/vnet/mpls/mpls_features.c2
1 files changed, 0 insertions, 2 deletions
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;
}