commit | 7fee36a5eb3fdb3746a6e41d47ad0665d51b9879 | [log] [tgz] |
---|---|---|
author | Charles M.C. Chan <rascov@gmail.com> | Wed Dec 31 00:19:59 2014 +0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu Jan 01 19:25:29 2015 +0000 |
tree | 72177e1d201c674953b24054283a6184a6661d2a | |
parent | d37c9cadabcb07da75fad369b28982d6ec39e4df [diff] |
Trace IPv6 hosts ONOS-511: Implement NeighborSolicitation Change-Id: I9aaf35d499cfc7885c74f9c4bf281210ef9f3969 ONOS-507: Trace NeighborSolicitation/NeighborAdvertisement/IPv6 packets in HostLocationProvider * Complete Javadoc of IPv6, ICMP6, NeighborAdvertisement and NeighborSolicitation - The Javadoc for serialize() is removed since the one in its superclass just works fine. * Change 'diffServ' in IPv6 to 'trafficClass' to meet the field name in RFC. - The setter method, getter method and unit test are also updated accordingly. * Add IpAddress.isZero() to determine if this address is zero. - The unit test is also updated accordingly. * Fix misuse of IpAddress.valueOf(int) in HostLocationProvider Change-Id: Id0d873aeb1bc61bf26d4964e7aab4bb06ccd0a38
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.