Bug 1072 -Add OF13 pre-req for PCP match in TestCommandProvider 73/7373/2
authorBrent Salisbury <brent.salisbury@gmail.com>
Sun, 25 May 2014 05:02:18 +0000 (01:02 -0400)
committerBrent Salisbury <brent.salisbury@gmail.com>
Tue, 10 Jun 2014 19:12:40 +0000 (15:12 -0400)
commitdebd7c873b1ef84adbf4d5e7ef162ee611159626
tree2342d4868aec2dd76eabfd729193074e298c49cd
parent74417f0d6e732e349b6d09f0bbb9a7a272512391
Bug 1072 -Add OF13 pre-req for PCP match in TestCommandProvider

-OXM_OF_VLAN_PCP requires a VID match pre-req. The function
f80() results in a OFPBAC_MATCH_INCONSISTENT since it is
only matching on nw_dst and not a vid.

-Patching this seperate from Bug-1072/Patch-ba79f4f in
case there was a specific reason for this combination
that is outside the spec.

Field: OXM_OF_VLAN_PCP
Dependency: VLAN VID!=NONE
Reference: See table 10, section A.2.3.5 for validation

Change-Id: Ie88b5b9bbfdfa9634252b79242fc333c0b966f77
Signed-off-by: Brent Salisbury <brent.salisbury@gmail.com>
test-provider/src/main/java/org/opendaylight/openflowplugin/test/OpenflowpluginTestCommandProvider.java