commit | 36eb6e1154774cef085693148a5402b2e01c1808 | [log] [tgz] |
---|---|---|
author | Charles M.C. Chan <rascov@gmail.com> | Tue Jan 06 17:12:27 2015 +0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Tue Jan 06 17:38:13 2015 +0000 |
tree | 0745203619d0e01c1f637fd6a5a6793c86ca65a6 | |
parent | 237787cbaa88fe08981bbeab752f6dee85ee8fec [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 Change-Id: Ib68161d552a0011e6a6666970907cf9ca846f620
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.