summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6d.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2015-05-20 03:03:40 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2015-05-20 03:03:40 +0200
commita1b11f9bfaa857c0b5d5b69e6db765b2c9c68305 (patch)
treec9996777c4511d308fa42d5dca41bff84c1eb402 /ospf6d/ospf6d.c
parentThis is a fix to make sure router-LSA is updated when neighbor's interface ID... (diff)
downloadfrr-a1b11f9bfaa857c0b5d5b69e6db765b2c9c68305.tar.xz
frr-a1b11f9bfaa857c0b5d5b69e6db765b2c9c68305.zip
Support for 'clear ipv6 ospf6 interface [ifname]
Diffstat (limited to 'ospf6d/ospf6d.c')
-rw-r--r--ospf6d/ospf6d.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ospf6d/ospf6d.c b/ospf6d/ospf6d.c
index 3cdd5c116..f5760b089 100644
--- a/ospf6d/ospf6d.c
+++ b/ospf6d/ospf6d.c
@@ -1790,6 +1790,8 @@ ospf6_init (void)
install_element_ospf6_debug_abr ();
install_element_ospf6_debug_flood ();
+ install_element_ospf6_clear_interface ();
+
install_element (VIEW_NODE, &show_version_ospf6_cmd);
install_element (ENABLE_NODE, &show_version_ospf6_cmd);