commit | f3b693381da703a205cbf6b2a77973e1b5ac9ca4 | [log] [tgz] |
---|---|---|
author | Pavlin Radoslavov <pavlin@onlab.us> | Fri Feb 06 15:47:05 2015 -0800 |
committer | Pavlin Radoslavov <pavlin@onlab.us> | Mon Feb 09 01:16:31 2015 +0000 |
tree | 2b33048697d095070aafe51ea58e36c8a568513d | |
parent | 32a53c5a8520307d154039f75a8be694e7f5d526 [diff] |
Fix toward ONOS-960 - Signed/unsigned value mismatch for OpenFlow-related match/action conditions Fixed the signed/unsigned issue for the match conditions Also: * Reordered some of the code in CriterionCodec.java so the order of handling various Criterion types follows the order as defined in Criterion.java - In the process, removed a duplicated entry for Type.MPLS_LABE - Fixed an issue with TCP/UDP/SCTP ports being accessed as 8-bit integers instead of 16-bit integers * Updated some of the unit tests in CriterionCodecTest.java to use larger integer values that could expose better potential bugs in the tested code. Change-Id: I531d13bd258ebc559ce6be716863c01613427a98
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.