summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6d.c
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2020-10-09 21:58:24 -0300
committerGitHub <noreply@github.com>2020-10-09 21:58:24 -0300
commit8b6b6b694d7c5ae8193e0c9a3907b9143df44a07 (patch)
treec1750659124c34c36328ce890265058d08969eff /ospf6d/ospf6d.c
parent4d5a452369aa9c3d4edf9bba072c5eaf89705653 (diff)
parentdd73744d8c8aec7d21abc91e3828f21c813f871f (diff)
Merge pull request #7222 from idryzhov/fix-debug
fix debug commands node inconsistencies
Diffstat (limited to 'ospf6d/ospf6d.c')
-rw-r--r--ospf6d/ospf6d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6d.c b/ospf6d/ospf6d.c
index 65607fc131..151ed2bf29 100644
--- a/ospf6d/ospf6d.c
+++ b/ospf6d/ospf6d.c
@@ -1236,7 +1236,7 @@ void ospf6_init(void)
install_element_ospf6_clear_interface();
- install_element(VIEW_NODE, &show_debugging_ospf6_cmd);
+ install_element(ENABLE_NODE, &show_debugging_ospf6_cmd);
install_element(VIEW_NODE, &show_ipv6_ospf6_border_routers_cmd);