1. 94f3737 ONOS-512: Implement IPv6 Extension Headers by Charles M.C. Chan · 9 years ago
  2. ea5aa47 Implement NDP-related classes by Charles M.C. Chan · 9 years ago
  3. 7fee36a Trace IPv6 hosts by Charles M.C. Chan · 9 years ago
  4. 93b7fb0 ONOS-508: Implement IPv6, ICMP6 and NeighborAdvertisement class by Charles M.C. Chan · 9 years ago
  5. 37f6a38 Unit test refactoring by Ray Milkey · 9 years ago
  6. d5087d1 Removed method IpAddress.toInt(), because it is semantically incorrect: by Pavlin Radoslavov · 10 years ago
  7. 34c8164 * Added methods IpAddress.getIp4Address() and IpAddress.getIp6Address() by Pavlin Radoslavov · 10 years ago
  8. 315d6c8 Minor refactoring (for code consistency). No functional changes. by Pavlin Radoslavov · 10 years ago
  9. f182f01 Reimplementation of classes Ip4Address/Ip6Address/Ip4Prefix/Ip6Prefix by Pavlin Radoslavov · 10 years ago
  10. 34c921a Completed the IPv6 implementation for IpPrefix, and added by Pavlin Radoslavov · 10 years ago
  11. 9d8f72f Removed unneeded import that was breaking the build. by Thomas Vachuska · 10 years ago
  12. 854ecab Updated the testEqualityIPv4 and testEqualityIPv6 to use Google's EqualsTester. by Pavlin Radoslavov · 10 years ago
  13. af5ff79 Added new method IpAddress.valueOf(InetAddress inetAddress) by Pavlin Radoslavov · 10 years ago
  14. d0e32d7 Added support for IPv6 addresses to class IpAddress: by Pavlin Radoslavov · 10 years ago
  15. 855ea2d Refactor the IpPrefix API and implementation: by Pavlin Radoslavov · 10 years ago
  16. 52307e6 IpAddress and IpPrefix related cleanup: by Pavlin Radoslavov · 10 years ago
  17. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  18. e7b5bd7 Updated creation of IpAddress instance inside IpPrefixTest by Pavlin Radoslavov · 10 years ago
  19. 24c849c Added copyrights to the utils code by Thomas Vachuska · 10 years ago
  20. 9de2772 Work toward common IP address classes. by Pavlin Radoslavov · 10 years ago
  21. dbdbdbb Added restrictions for proxy ARP by Jonathan Hart · 10 years ago
  22. 70da512 Wired up HostMonitor to its dependencies and got it working. by Jonathan Hart · 10 years ago
  23. 1d56fe4 renamed IpAddress to IpPrefix by Ayaka Koshibe · 10 years ago
  24. b7a2ac3 Added a contains method to IpAddress by Jonathan Hart · 10 years ago
  25. 40e7fec netmask support in IpAddress by Ayaka Koshibe · 10 years ago
  26. a9c199f renamed VLAN, IP, and MACAddress classes by Ayaka Koshibe · 10 years ago
  27. 16698a3 Tests for IPAddress and VLANID by Ayaka Koshibe · 10 years ago