X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fnx-match.c;h=f5d62de2f0349a3cadc0cc59016a4a9c88552037;hb=b2fda3effc787f265b5ad5dfa967ac00627bd075;hp=345f0d1e6a1f0505aaa8d24e66b3d3ddaabc9241;hpb=2e281761473ed67ecae00205f62180e9a21c9ade;p=sliver-openvswitch.git diff --git a/lib/nx-match.c b/lib/nx-match.c index 345f0d1e6..f5d62de2f 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: