X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fnx-match.c;h=f5d62de2f0349a3cadc0cc59016a4a9c88552037;hb=84c5d450;hp=345f0d1e6a1f0505aaa8d24e66b3d3ddaabc9241;hpb=abe529af477b8311a1fd68c130374bd7442003c3;p=openvswitch diff --git a/lib/nx-match.c b/lib/nx-match.c index 345f0d1e..f5d62de2 100644 --- a/lib/nx-match.c +++ b/lib/nx-match.c @@ -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: