ofp-util: Fix interpretation of NXFW_TUN_ID bit for NXFF_OPENFLOW10.
authorBen Pfaff <blp@nicira.com>
Tue, 23 Nov 2010 21:09:53 +0000 (13:09 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 25 Nov 2010 00:10:53 +0000 (16:10 -0800)
commit7045a624ea8a516f536e7857b0bc6c474e7f2426
tree487cbdaea300a4cc1c7c384f29512f758042e604
parent197a992f4b1a1557e3c6c2822e593d8303e71d85
ofp-util: Fix interpretation of NXFW_TUN_ID bit for NXFF_OPENFLOW10.

In NXFF_OPENFLOW10, the tun_id field is always supposed to be wildcarded.
That is what OVS used to do, but commit d8ae4d67 "flow: Fully separate
flow_wildcards from OpenFlow wildcard bits" broke it.
lib/ofp-util.c