summaryrefslogtreecommitdiffstats
path: root/pbrd
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2020-10-10 02:58:24 +0200
committerGitHub <noreply@github.com>2020-10-10 02:58:24 +0200
commit8b6b6b694d7c5ae8193e0c9a3907b9143df44a07 (patch)
treec1750659124c34c36328ce890265058d08969eff /pbrd
parentMerge pull request #7270 from donaldsharp/isis_cleanup (diff)
parent*: move "show debugging ..." commands to enable node (diff)
downloadfrr-8b6b6b694d7c5ae8193e0c9a3907b9143df44a07.tar.xz
frr-8b6b6b694d7c5ae8193e0c9a3907b9143df44a07.zip
Merge pull request #7222 from idryzhov/fix-debug
fix debug commands node inconsistencies
Diffstat (limited to 'pbrd')
-rw-r--r--pbrd/pbr_vty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pbrd/pbr_vty.c b/pbrd/pbr_vty.c
index 9f966f617..c423668eb 100644
--- a/pbrd/pbr_vty.c
+++ b/pbrd/pbr_vty.c
@@ -1145,9 +1145,9 @@ 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);
+ install_element(ENABLE_NODE, &show_debugging_pbr_cmd);
install_default(PBRMAP_NODE);