diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-03-11 14:27:13 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-10-07 21:05:06 -0400 | 
| commit | 0b1442e37b5278c604f9e5210d00c5a4b201ac61 (patch) | |
| tree | c3f63ffa7822e217d6c2d7b86a5cd9b2993b84ad /ripngd/ripng_debug.c | |
| parent | 735e62a0f28b375b184e1bfeb97f7cbe5673a497 (diff) | |
*: Consolidate all double VIEW_NODE and ENABLE_NODE's
If a command is put into the VIEW_NODE, it is going into the
ENABLE_NODE as well.  This is especially true for show commands.
As such if a command is in both consolidate it down to VIEW_NODE.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'ripngd/ripng_debug.c')
| -rw-r--r-- | ripngd/ripng_debug.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/ripngd/ripng_debug.c b/ripngd/ripng_debug.c index c1eb39ba24..eb8ff5dc6d 100644 --- a/ripngd/ripng_debug.c +++ b/ripngd/ripng_debug.c @@ -266,7 +266,6 @@ ripng_debug_init ()    install_element (VIEW_NODE, &show_debugging_ripng_cmd); -  install_element (ENABLE_NODE, &show_debugging_ripng_cmd);    install_element (ENABLE_NODE, &debug_ripng_events_cmd);    install_element (ENABLE_NODE, &debug_ripng_packet_cmd);    install_element (ENABLE_NODE, &debug_ripng_packet_direct_cmd);  | 
