BFD: Add check_tnl_key feature to BFD code.
[sliver-openvswitch.git] / lib / bfd.h
index ab854d8..67d012e 100644 (file)
--- a/lib/bfd.h
+++ b/lib/bfd.h
@@ -34,7 +34,8 @@ bool bfd_should_send_packet(const struct bfd *);
 void bfd_put_packet(struct bfd *bfd, struct ofpbuf *packet,
                     uint8_t eth_src[6]);
 
-bool bfd_should_process_flow(const struct flow *, struct flow_wildcards *);
+bool bfd_should_process_flow(const struct bfd *, const struct flow *,
+                             struct flow_wildcards *);
 void bfd_process_packet(struct bfd *, const struct flow *,
                         const struct ofpbuf *);