diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2020-10-09 21:58:24 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-09 21:58:24 -0300 |
| commit | 8b6b6b694d7c5ae8193e0c9a3907b9143df44a07 (patch) | |
| tree | c1750659124c34c36328ce890265058d08969eff /ospf6d/ospf6d.c | |
| parent | 4d5a452369aa9c3d4edf9bba072c5eaf89705653 (diff) | |
| parent | dd73744d8c8aec7d21abc91e3828f21c813f871f (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.c | 2 |
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); |
