summaryrefslogtreecommitdiffstats
path: root/sharpd
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2020-10-01 16:57:23 +0200
committerIgor Ryzhov <iryzhov@nfware.com>2020-10-02 14:06:05 +0200
commitdd73744d8c8aec7d21abc91e3828f21c813f871f (patch)
tree6cfa548178c690a3fc1758fd427de170687402a2 /sharpd
parent*: move "debug ..." commands to enable node (diff)
downloadfrr-dd73744d8c8aec7d21abc91e3828f21c813f871f.tar.xz
frr-dd73744d8c8aec7d21abc91e3828f21c813f871f.zip
*: 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 'sharpd')
-rw-r--r--sharpd/sharp_vty.c2
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;
}