odp-util: Return exact mask if netlink mask attribute is missing.
[cascardo/ovs.git] / ofproto / ofproto-dpif-upcall.c
index c191927..cd8a9f0 100644 (file)
@@ -1878,7 +1878,7 @@ revalidate_ukey(struct udpif *udpif, struct udpif_key *ukey,
     }
 
     if (odp_flow_key_to_mask(ukey->mask, ukey->mask_len, ukey->key,
-                             ukey->key_len, &dp_mask.masks, &flow)
+                             ukey->key_len, &dp_mask, &flow)
         == ODP_FIT_ERROR) {
         goto exit;
     }