summaryrefslogtreecommitdiff
path: root/ripngd/ripng_debug.c
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2020-10-01 17:57:23 +0300
committerIgor Ryzhov <iryzhov@nfware.com>2020-10-02 15:06:05 +0300
commitdd73744d8c8aec7d21abc91e3828f21c813f871f (patch)
tree6cfa548178c690a3fc1758fd427de170687402a2 /ripngd/ripng_debug.c
parenteed041e87c80327f3ec339977103929f729c7382 (diff)
*: move "show debugging ..." commands to enable node
Use the same node for "show debugging" commands in all daemons. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'ripngd/ripng_debug.c')
-rw-r--r--ripngd/ripng_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripngd/ripng_debug.c b/ripngd/ripng_debug.c
index 54edb17ecc..539c01b3ec 100644
--- a/ripngd/ripng_debug.c
+++ b/ripngd/ripng_debug.c
@@ -218,7 +218,7 @@ void ripng_debug_init(void)
install_node(&debug_node);
- 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);