ofp-util: Wildcard VLAN PCP in OF1.0 matches when 802.1Q not present.
authorBen Pfaff <blp@nicira.com>
Tue, 10 Jul 2012 06:45:25 +0000 (23:45 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 18 Jul 2012 04:20:23 +0000 (21:20 -0700)
commit41ca9a1e89c861823e6b73d3a207fdfbd95423e7
tree206464b98da8c47808568edf38470d7be41e3609
parent699dddf180a458300c4a26830f1a7bc8467de32d
ofp-util: Wildcard VLAN PCP in OF1.0 matches when 802.1Q not present.

When an output OF1.0 match uses OFP_VLAN_NONE to match only when the 802.1Q
header is not present, it is somewhat contradictory to specify any value
for the VLAN PCP, since none can be present without an 802.1Q header, but
the match output by Open vSwitch did so.  This fixes it.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Tested-by: Simon Horman <horms@verge.net.au>
lib/ofp-util.c
tests/flowgen.pl