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 /ospfd/ospf_dump.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 'ospfd/ospf_dump.c')
| -rw-r--r-- | ospfd/ospf_dump.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ospfd/ospf_dump.c b/ospfd/ospf_dump.c index 93baac5988..4e9797184d 100644 --- a/ospfd/ospf_dump.c +++ b/ospfd/ospf_dump.c @@ -1979,8 +1979,6 @@ debug_init () install_element (ENABLE_NODE, &show_debugging_ospf_instance_cmd); install_element (ENABLE_NODE, &debug_ospf_packet_cmd); install_element (ENABLE_NODE, &no_debug_ospf_packet_cmd); - install_element (ENABLE_NODE, &debug_ospf_ism_cmd); - install_element (ENABLE_NODE, &no_debug_ospf_ism_cmd); install_element (ENABLE_NODE, &debug_ospf_instance_nsm_cmd); install_element (ENABLE_NODE, &debug_ospf_instance_lsa_cmd); @@ -1994,8 +1992,6 @@ debug_init () install_element (ENABLE_NODE, &no_debug_ospf_instance_nssa_cmd); install_element (ENABLE_NODE, &no_debug_ospf_cmd); - - install_element (CONFIG_NODE, &debug_ospf_packet_cmd); install_element (CONFIG_NODE, &no_debug_ospf_packet_cmd); install_element (CONFIG_NODE, &debug_ospf_ism_cmd); @@ -2007,7 +2003,6 @@ debug_init () install_element (CONFIG_NODE, &debug_ospf_event_cmd); install_element (CONFIG_NODE, &debug_ospf_nssa_cmd); install_element (CONFIG_NODE, &debug_ospf_te_cmd); - install_element (CONFIG_NODE, &no_debug_ospf_ism_cmd); install_element (CONFIG_NODE, &no_debug_ospf_nsm_cmd); install_element (CONFIG_NODE, &no_debug_ospf_lsa_cmd); install_element (CONFIG_NODE, &no_debug_ospf_zebra_cmd); |
