ovs-appctl: register unixctl commands in the beginning
[cascardo/ovs.git] / lib / bfd.h
index 19d294f..19da3a3 100644 (file)
--- a/lib/bfd.h
+++ b/lib/bfd.h
@@ -43,6 +43,7 @@ bool bfd_should_process_flow(const struct bfd *, const struct flow *,
 void bfd_process_packet(struct bfd *, const struct flow *,
                         const struct dp_packet *);
 
+void bfd_init(void);
 struct bfd *bfd_configure(struct bfd *, const char *name,
                           const struct smap *smap,
                           struct netdev *netdev);