summaryrefslogtreecommitdiff
path: root/zebra/interface.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2016-09-20 21:43:46 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-09-20 21:44:37 -0400
commit2511cb40e6b0e88620f26b3506b2a454a773c93d (patch)
tree417819677070afb3b7b9dfc757cac3708762d4b4 /zebra/interface.c
parent287a4acf837fbb0a09e5e784134714e6fe2a84a8 (diff)
lib, zebra: Fixup if.c to work in the new regime
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/interface.c')
-rw-r--r--zebra/interface.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/interface.c b/zebra/interface.c
index 9be97e2214..0546cb8f9b 100644
--- a/zebra/interface.c
+++ b/zebra/interface.c
@@ -2960,7 +2960,6 @@ zebra_if_init (void)
install_element (CONFIG_NODE, &zebra_interface_cmd);
install_element (CONFIG_NODE, &zebra_interface_vrf_cmd);
install_element (CONFIG_NODE, &no_interface_cmd);
- install_element (CONFIG_NODE, &no_interface_vrf_cmd);
install_default (INTERFACE_NODE);
install_element (INTERFACE_NODE, &interface_desc_cmd);
install_element (INTERFACE_NODE, &no_interface_desc_cmd);