ofproto-dpif: Always un-wildcard 'dl_type'.
[sliver-openvswitch.git] / lib / bfd.c
index ddf8c4c..42d68ad 100644 (file)
--- a/lib/bfd.c
+++ b/lib/bfd.c
@@ -416,7 +416,6 @@ bfd_put_packet(struct bfd *bfd, struct ofpbuf *p,
 bool
 bfd_should_process_flow(const struct flow *flow, struct flow_wildcards *wc)
 {
-    memset(&wc->masks.dl_type, 0xff, sizeof wc->masks.dl_type);
     memset(&wc->masks.nw_proto, 0xff, sizeof wc->masks.nw_proto);
     memset(&wc->masks.tp_dst, 0xff, sizeof wc->masks.tp_dst);
     return (flow->dl_type == htons(ETH_TYPE_IP)