diff options
author | Igor Ryzhov <iryzhov@nfware.com> | 2020-10-01 16:57:23 +0200 |
---|---|---|
committer | Igor Ryzhov <iryzhov@nfware.com> | 2020-10-02 14:06:05 +0200 |
commit | dd73744d8c8aec7d21abc91e3828f21c813f871f (patch) | |
tree | 6cfa548178c690a3fc1758fd427de170687402a2 /staticd/static_vty.c | |
parent | *: move "debug ..." commands to enable node (diff) | |
download | frr-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 'staticd/static_vty.c')
-rw-r--r-- | staticd/static_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/staticd/static_vty.c b/staticd/static_vty.c index 55610fd1e..489fa9663 100644 --- a/staticd/static_vty.c +++ b/staticd/static_vty.c @@ -1169,7 +1169,7 @@ void static_vty_init(void) install_element(CONFIG_NODE, &ipv6_route_cmd); install_element(VRF_NODE, &ipv6_route_vrf_cmd); - install_element(VIEW_NODE, &show_debugging_static_cmd); + install_element(ENABLE_NODE, &show_debugging_static_cmd); install_element(ENABLE_NODE, &debug_staticd_cmd); install_element(CONFIG_NODE, &debug_staticd_cmd); } |