X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fnx-match.c;h=991899403cc5a7a05333c524204e180a846577b5;hb=296e07ace0ff2d5819ce760d6018ba82d14aa2a8;hp=4254747dfef73b1f63f8a4776b7fb922945c6eef;hpb=f5c45121cf59ef3099ba669c3590d844bedf53e9;p=openvswitch diff --git a/lib/nx-match.c b/lib/nx-match.c index 4254747d..99189940 100644 --- a/lib/nx-match.c +++ b/lib/nx-match.c @@ -643,7 +643,8 @@ nx_put_raw(struct ofpbuf *b, bool oxm, const struct match *match, } /* Tunnel ID. */ - nxm_put_64m(b, NXM_NX_TUN_ID, flow->tun_id, match->wc.masks.tun_id); + nxm_put_64m(b, NXM_NX_TUN_ID, flow->tunnel.tun_id, + match->wc.masks.tunnel.tun_id); /* Registers. */ for (i = 0; i < FLOW_N_REGS; i++) {