diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-20 02:58:13 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-20 02:58:13 +0200 |
commit | 09f35f8cef8442c8c184bb1bef41890dedc3deba (patch) | |
tree | f4063b40a4378b5f4bb70392cd71d30ea591e9ab /ospfd/ospf_vty.h | |
parent | Overhual BGP debugs (diff) | |
download | frr-09f35f8cef8442c8c184bb1bef41890dedc3deba.tar.xz frr-09f35f8cef8442c8c184bb1bef41890dedc3deba.zip |
Support for 'clear ip ospf interface [IFNAME]'
Diffstat (limited to 'ospfd/ospf_vty.h')
-rw-r--r-- | ospfd/ospf_vty.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospfd/ospf_vty.h b/ospfd/ospf_vty.h index da0ed1cc1..28bb419af 100644 --- a/ospfd/ospf_vty.h +++ b/ospfd/ospf_vty.h @@ -53,5 +53,6 @@ /* Prototypes. */ extern void ospf_vty_init (void); extern void ospf_vty_show_init (void); +extern void ospf_vty_clear_init (void); #endif /* _QUAGGA_OSPF_VTY_H */ |