diff options
author | Neale Ranns <nranns@cisco.com> | 2017-05-22 11:02:04 -0400 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2017-05-25 03:39:31 -0400 |
commit | 3d0723d3e085c8a69e1827e2e5607281b90576d7 (patch) | |
tree | d12a6f1cf5aff8dd75fcc5e4afc05ed3acc0abbd | |
parent | e6cc9cc77c9dcefa3d52e0cd90db35435f0eb64e (diff) |
MPLS interface output feature not explicitly enabled
Change-Id: I54cb5113ec8e37f5da321041d7925393cae31aa5
Signed-off-by: Neale Ranns <nranns@cisco.com>
-rw-r--r-- | src/vnet/mpls/mpls_features.c | 2 |
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; } |