diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-06 19:38:28 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-06 19:38:28 -0500 |
| commit | 40bfb7248f016b8c7862a188fe8f448ddccb9ecc (patch) | |
| tree | 1806f64292964022fa7b34a519097824de2f3985 /zebra/zebra_vty.c | |
| parent | ff74b033d3e19893deae2a80d8fa8dd37ad17de0 (diff) | |
| parent | 271ad8d53f41f35b22ee7c7aa4dbf4b16903f533 (diff) | |
Merge pull request #32 from qlyoung/fix-cli-nits2
bgpd, ospfd, zebra: remove duplicate cli installs
Diffstat (limited to 'zebra/zebra_vty.c')
| -rw-r--r-- | zebra/zebra_vty.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/zebra_vty.c b/zebra/zebra_vty.c index ca37d2c7a6..5dc9a90e1f 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); |
