diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2020-10-01 17:57:23 +0300 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2020-10-02 15:06:05 +0300 |
| commit | dd73744d8c8aec7d21abc91e3828f21c813f871f (patch) | |
| tree | 6cfa548178c690a3fc1758fd427de170687402a2 /ospf6d/ospf6d.c | |
| parent | eed041e87c80327f3ec339977103929f729c7382 (diff) | |
*: 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 '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 17e33902d9..f61adcd328 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); |
