summaryrefslogtreecommitdiffstats
path: root/pbrd
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2020-10-01 16:49:47 +0200
committerIgor Ryzhov <iryzhov@nfware.com>2020-10-02 14:06:05 +0200
commiteed041e87c80327f3ec339977103929f729c7382 (patch)
tree41eadeb6d5ce321f0a45ffa2b613d1da944816f4 /pbrd
parentMerge pull request #7232 from idryzhov/more-topotests-vrf-id (diff)
downloadfrr-eed041e87c80327f3ec339977103929f729c7382.tar.xz
frr-eed041e87c80327f3ec339977103929f729c7382.zip
*: move "debug ..." commands to enable node
Use the same node for "debug" commands in all daemons. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'pbrd')
-rw-r--r--pbrd/pbr_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbrd/pbr_vty.c b/pbrd/pbr_vty.c
index 9f966f617..f92276cff 100644
--- a/pbrd/pbr_vty.c
+++ b/pbrd/pbr_vty.c
@@ -1145,7 +1145,7 @@ void pbr_vty_init(void)
/* debug */
install_node(&debug_node);
- install_element(VIEW_NODE, &debug_pbr_cmd);
+ install_element(ENABLE_NODE, &debug_pbr_cmd);
install_element(CONFIG_NODE, &debug_pbr_cmd);
install_element(VIEW_NODE, &show_debugging_pbr_cmd);