ofproto-dpif: Always un-wildcard 'dl_type'.
[sliver-openvswitch.git] / lib / cfm.c
index 67c2002..1c98ed8 100644 (file)
--- a/lib/cfm.c
+++ b/lib/cfm.c
@@ -584,7 +584,6 @@ cfm_should_process_flow(const struct cfm *cfm, const struct flow *flow,
                         struct flow_wildcards *wc)
 {
     memset(&wc->masks.dl_dst, 0xff, sizeof wc->masks.dl_dst);
-    memset(&wc->masks.dl_type, 0xff, sizeof wc->masks.dl_type);
     if (cfm->check_tnl_key) {
         memset(&wc->masks.tunnel.tun_id, 0xff, sizeof wc->masks.tunnel.tun_id);
     }