From: Hideyuki Tai Date: Fri, 20 Jun 2014 09:06:36 +0000 (-0400) Subject: Bug 1212: Values of VLAN match fields were wrong. X-Git-Tag: release/helium~609^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=e2a08e75fe3d98854c1ae7da7c75253dd2ec45b3;hp=e2a08e75fe3d98854c1ae7da7c75253dd2ec45b3;p=controller.git 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 ---