diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-20 03:03:40 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-20 03:03:40 +0200 |
commit | a1b11f9bfaa857c0b5d5b69e6db765b2c9c68305 (patch) | |
tree | c9996777c4511d308fa42d5dca41bff84c1eb402 /ospf6d/ospf6_interface.h | |
parent | This is a fix to make sure router-LSA is updated when neighbor's interface ID... (diff) | |
download | frr-a1b11f9bfaa857c0b5d5b69e6db765b2c9c68305.tar.xz frr-a1b11f9bfaa857c0b5d5b69e6db765b2c9c68305.zip |
Support for 'clear ipv6 ospf6 interface [ifname]
Diffstat (limited to 'ospf6d/ospf6_interface.h')
-rw-r--r-- | ospf6d/ospf6_interface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ospf6d/ospf6_interface.h b/ospf6d/ospf6_interface.h index df892cf16..dde589b8f 100644 --- a/ospf6d/ospf6_interface.h +++ b/ospf6d/ospf6_interface.h @@ -170,6 +170,8 @@ extern int neighbor_change (struct thread *); extern void ospf6_interface_init (void); +extern void install_element_ospf6_clear_interface (void); + extern int config_write_ospf6_debug_interface (struct vty *vty); extern void install_element_ospf6_debug_interface (void); |