summaryrefslogtreecommitdiffstats
path: root/ripngd
diff options
context:
space:
mode:
Diffstat (limited to 'ripngd')
-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 54edb17ec..539c01b3e 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);