summaryrefslogtreecommitdiff
path: root/zebra/zebra_vty.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2016-12-29 05:44:49 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2016-12-29 05:44:49 +0000
commit271ad8d53f41f35b22ee7c7aa4dbf4b16903f533 (patch)
tree87dc7307589c1c7597b7092a553f161e58b1ad74 /zebra/zebra_vty.c
parent487be854a5476afa9d96e09ef20617d20dda7f78 (diff)
bgpd, ospfd, zebra: remove duplicate cli installs
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_vty.c')
-rw-r--r--zebra/zebra_vty.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/zebra_vty.c b/zebra/zebra_vty.c
index e5f9b17e81..44335f72a1 100644
--- a/zebra/zebra_vty.c
+++ b/zebra/zebra_vty.c
@@ -3859,7 +3859,6 @@ zebra_vty_init (void)
install_element (CONFIG_NODE, &no_ip_route_mask_flags_cmd);
install_element (VIEW_NODE, &show_ip_route_vrf_cmd);
- install_element (VIEW_NODE, &show_ip_route_vrf_cmd);
install_element (VIEW_NODE, &show_ip_route_vrf_all_cmd);
install_element (VIEW_NODE, &show_ip_route_vrf_all_tag_cmd);