summaryrefslogtreecommitdiff
path: root/zebra/interface.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2016-09-22 00:28:16 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2016-09-22 00:28:16 +0000
commit97e4e08d5f2e4401852ae404c27b4deae645fa40 (patch)
tree47d3d42fcfbfac94e7e46b4d08dadb155e4361ff /zebra/interface.c
parentffc9de904b19ce03e41c6ebb533804c85001d1ce (diff)
parentc65a0fe1c664b5438a13aa1d756c121ff2fb7a80 (diff)
Merge branch 'vtysh-grammar' of ssh://stash.cumulusnetworks.com:7999/quag/quagga into vtysh-grammar
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);