summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_vty.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2015-05-20 02:58:13 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2015-05-20 02:58:13 +0200
commit09f35f8cef8442c8c184bb1bef41890dedc3deba (patch)
treef4063b40a4378b5f4bb70392cd71d30ea591e9ab /ospfd/ospf_vty.h
parentOverhual BGP debugs (diff)
downloadfrr-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.h1
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 */