Use ODP ports in dpif layer and below.
[openvswitch] / lib / flow.c
index ad599348b196b79b0ff1e57f743a07b91c96bd53..75087c943515de5747744db787b923ce7a297999 100644 (file)
@@ -509,7 +509,6 @@ void
 flow_wildcards_init_exact(struct flow_wildcards *wc)
 {
     memset(&wc->masks, 0xff, sizeof wc->masks);
-    memset(wc->masks.zeros, 0, sizeof wc->masks.zeros);
 }
 
 /* Returns true if 'wc' matches every packet, false if 'wc' fixes any bits or