stream-ssl: Force CA cert file to be read when it appears during bootstrap.
[openvswitch] / lib / nx-match.c
index 345f0d1e6a1f0505aaa8d24e66b3d3ddaabc9241..f5d62de2f0349a3cadc0cc59016a4a9c88552037 100644 (file)
@@ -677,7 +677,7 @@ nxm_put_eth(struct ofpbuf *b, uint32_t header,
 
 static void
 nxm_put_eth_dst(struct ofpbuf *b,
-                uint32_t wc, const uint8_t value[ETH_ADDR_LEN])
+                flow_wildcards_t wc, const uint8_t value[ETH_ADDR_LEN])
 {
     switch (wc & (FWW_DL_DST | FWW_ETH_MCAST)) {
     case FWW_DL_DST | FWW_ETH_MCAST: