diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2020-10-10 02:58:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-10 02:58:24 +0200 |
commit | 8b6b6b694d7c5ae8193e0c9a3907b9143df44a07 (patch) | |
tree | c1750659124c34c36328ce890265058d08969eff /ripngd | |
parent | Merge pull request #7270 from donaldsharp/isis_cleanup (diff) | |
parent | *: move "show debugging ..." commands to enable node (diff) | |
download | frr-8b6b6b694d7c5ae8193e0c9a3907b9143df44a07.tar.xz frr-8b6b6b694d7c5ae8193e0c9a3907b9143df44a07.zip |
Merge pull request #7222 from idryzhov/fix-debug
fix debug commands node inconsistencies
Diffstat (limited to 'ripngd')
-rw-r--r-- | ripngd/ripng_debug.c | 2 |
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); |