diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-12-29 05:44:49 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-12-29 05:44:49 +0000 |
| commit | 271ad8d53f41f35b22ee7c7aa4dbf4b16903f533 (patch) | |
| tree | 87dc7307589c1c7597b7092a553f161e58b1ad74 /ospfd/ospf_dump.c | |
| parent | 487be854a5476afa9d96e09ef20617d20dda7f78 (diff) | |
bgpd, ospfd, zebra: remove duplicate cli installs
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
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); |
