Bug 1212: Values of VLAN match fields were wrong. 66/8166/1
authorHideyuki Tai <h-tai@cd.jp.nec.com>
Fri, 20 Jun 2014 09:06:36 +0000 (05:06 -0400)
committerHideyuki Tai <h-tai@cd.jp.nec.com>
Fri, 20 Jun 2014 09:06:36 +0000 (05:06 -0400)
commite2a08e75fe3d98854c1ae7da7c75253dd2ec45b3
treeb684c5f540c14772366d113362d56663653f2207
parent6fea3049fdaf967cb7b481cc4dd36ff7bc3aef79
Bug 1212: Values of VLAN match fields were wrong.

Values of match fields for VLAN tag were wrong when used AD-SAL OF
plugin and tried to create a flow entry which matched packets without
VLAN tags. V6Match class of AD-SAL OF plugin didn't have code for
handling packets without VLAN tags.

Changes:
 * Added code for handling packets without VLAN tags to V6Match class.
 * Added test cases related to the change of V6Match class.

Change-Id: Ic9c3a6c47c7e99d5273e48ec2ed8d0399289cddb
Signed-off-by: Hideyuki Tai <h-tai@cd.jp.nec.com>
opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/vendorextension/v6extension/V6Match.java
opendaylight/protocol_plugins/openflow/src/test/java/org/opendaylight/controller/protocol_plugin/openflow/vendorextension/v6extension/V6MatchTest.java [new file with mode: 0644]