diff options
| author | Paul Jakma <paul.jakma@hpe.com> | 2016-06-16 16:06:13 +0100 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-10-19 22:28:45 -0400 |
| commit | e95c4d17a7e9fcd22b2bb14ccdac93e458e08cb7 (patch) | |
| tree | 8893a6b7ba301a55597a71908e5aa6c7cc1753f5 /zebra/debug.c | |
| parent | 274f29b2f43c82e223d7a8d6899fae74fdcc5105 (diff) | |
*: Fix duplicate commands from view/enable node consolidation
Diffstat (limited to 'zebra/debug.c')
| -rw-r--r-- | zebra/debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/debug.c b/zebra/debug.c index 92354070ef..93cd4dd9c6 100644 --- a/zebra/debug.c +++ b/zebra/debug.c @@ -449,7 +449,6 @@ zebra_debug_init (void) install_element (VIEW_NODE, &show_debugging_zebra_cmd); - install_element (ENABLE_NODE, &show_debugging_zebra_cmd); install_element (ENABLE_NODE, &debug_zebra_events_cmd); install_element (ENABLE_NODE, &debug_zebra_nht_cmd); install_element (ENABLE_NODE, &debug_zebra_mpls_cmd); |
