summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6d.c
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2021-06-29 11:54:39 +0300
committerGitHub <noreply@github.com>2021-06-29 11:54:39 +0300
commitba88ced84c6f57f6b981d6abcdb8dd4d1558ed87 (patch)
tree24dd56067b026a2747ec9282e9908666ad0445ec /ospf6d/ospf6d.c
parent7702d0b720114a33804068c0bd54fdb2f3530dad (diff)
parentf71ed6df3e1cc7b1fc0b2e1c8ba3c5ec9c16d89f (diff)
Merge pull request #8835 from ranjanyash54/clear_process
ospf6d: "clear ipv6 ospf6 process" command
Diffstat (limited to 'ospf6d/ospf6d.c')
-rw-r--r--ospf6d/ospf6d.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6d.c b/ospf6d/ospf6d.c
index 65f0aa664e..fb6ac4402a 100644
--- a/ospf6d/ospf6d.c
+++ b/ospf6d/ospf6d.c
@@ -1425,6 +1425,7 @@ void ospf6_init(struct thread_master *master)
install_element_ospf6_debug_flood();
install_element_ospf6_debug_nssa();
+ install_element_ospf6_clear_process();
install_element_ospf6_clear_interface();
install_element(ENABLE_NODE, &show_debugging_ospf6_cmd);