commit | 6a262adbb79e07e10b3e54d50f6a4b873d581d41 | [log] [tgz] |
---|---|---|
author | Charles M.C. Chan <rascov@gmail.com> | Tue Jan 06 17:12:27 2015 +0800 |
committer | Pavlin Radoslavov <pavlin@onlab.us> | Tue Jan 13 21:11:19 2015 +0000 |
tree | a1b57828f1169ebe9fa59218a20fe0c8df7554c8 | |
parent | b7f1adc24d7358e1097e371ee05c316611ebb55d [diff] |
Bugfix: Criteria.toString() does not convert unsigned variables properly. For example, in the response of 'flows' command, the ethType of IPv6 (0x86dd) is shown as ff..ff86dd instead of 86dd Note: VlanId/VlanPcp still remains in signed format in this commit since: * VLAN tag is actually 12 bits. There should be no problem even if it is printed as signed short. * VLAN PCP is actually 3 bits. There should be no problem even if it is printed as signed short. * -1 is used in many places to indicate untagged vlan [Merged from master] Change-Id: Ib68161d552a0011e6a6666970907cf9ca846f620 (cherry picked from commit 36eb6e1154774cef085693148a5402b2e01c1808)
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.