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 /sharpd | |
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 'sharpd')
-rw-r--r-- | sharpd/sharp_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sharpd/sharp_vty.c b/sharpd/sharp_vty.c index d062f027a..0c3bf7af7 100644 --- a/sharpd/sharp_vty.c +++ b/sharpd/sharp_vty.c @@ -716,7 +716,7 @@ void sharp_vty_init(void) install_element(ENABLE_NODE, &send_opaque_reg_cmd); install_element(ENABLE_NODE, &neigh_discover_cmd); - install_element(VIEW_NODE, &show_debugging_sharpd_cmd); + install_element(ENABLE_NODE, &show_debugging_sharpd_cmd); return; } |