ofproto-dpif.at: Remove push_vlan from an OF1.0 test.
authorJarno Rajahalme <jrajahalme@nicira.com>
Mon, 26 Aug 2013 20:39:37 +0000 (13:39 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 27 Aug 2013 16:41:13 +0000 (09:41 -0700)
commit78cef7fdf84169a4031696f7bc00aa11ca5c1392
tree36f6fbf51f9f35312ed92200462817f90e70f80c
parent4e4cdb43ad204a6fa53801fec03a464c8888624f
ofproto-dpif.at: Remove push_vlan from an OF1.0 test.

Remove push_vlan from an OF1.0 test, as it requires OF1.1+ support, but was
silently discarded.  A later patch will make this test to fail due to
validation of usable OpenFlow protocol versions while parsing actions.

It should be noted that existing controllers may depend on the silently
discarded push_vlan being accepted during the action validation code at the
switch, as OpenFlow 1.0 supports setting a vlan ID, which will implicitly
push a vlan header, if it did not exist already.

Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
tests/ofproto-dpif.at