1. a887ba8 Refactored the HostStore to allow multiple MAC addresses bound to a single port by Jonathan Hart · 10 years ago
  2. 4b42077 Cleaned up a slew of Javadoc errors in preparation for switch over to Java 8. by Thomas Vachuska · 10 years ago
  3. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  4. 33f228a Replaced IpPrefix and IpAddress in the following methods by Pavlin Radoslavov · 10 years ago
  5. 76b0ae2 Work toward common IP address classes. by Pavlin Radoslavov · 10 years ago
  6. 276cd90 Added class InterfaceIpAddress and the corresponding unit test. by Pavlin Radoslavov · 10 years ago
  7. 5fa3dc0 GossipHostStore: add AE support by Yuta HIGUCHI · 10 years ago
  8. dbdbdbb Added restrictions for proxy ARP by Jonathan Hart · 10 years ago
  9. a263915 Added Host related memos. by Yuta HIGUCHI · 10 years ago
  10. b5e9b1d Using HostId instead of MacAddress when requesting timestamps from HostClockService by Madan Jampani · 10 years ago
  11. fd26ffb Added a WallClockTimestamp and associated interface/implementation for generating it. This will be used by the initial implementation of distributed host store by Madan Jampani · 10 years ago
  12. 093340b Speeding up stuff. HostDescription now passes up just a single IpAddress. by tom · 10 years ago
  13. f5d85d4 Working on model & description annotations. by tom · 10 years ago
  14. 27ae0e6 Working on model annotations; still in progress. by tom · 10 years ago
  15. 74f9c3b Added config app to read address config from json file by Jonathan Hart · 10 years ago
  16. c884f1b Implemented adding and removing address bindings in the store, along with unit tests. by Jonathan Hart · 10 years ago
  17. f80c972 Enahnced link and host stores to extend general store. by tom · 10 years ago
  18. 09585c6 Changed PortAddress API to allow multiple IP addresses per port by Jonathan Hart · 10 years ago
  19. ac60c08 Added APIs for binding address information to ports and for monitoring hosts/ips by Jonathan Hart · 10 years ago
  20. e472987 Renamed *Instance to *Node for better readability and to avoid conflict with notion of Karaf instance. by tom · 10 years ago
  21. fca736c Began implementation of the a host monitor by Jonathan Hart · 10 years ago
  22. 1d56fe4 renamed IpAddress to IpPrefix by Ayaka Koshibe · 10 years ago
  23. 5bcc946 Formalized HostStore in preparation for separating managers and stores. by tom · 10 years ago
  24. a56d5fe Added a few todos. by tom · 10 years ago
  25. a9c199f renamed VLAN, IP, and MACAddress classes by Ayaka Koshibe · 10 years ago
  26. 89b63c5 Added a wipe-out command; we need to revisit how to either make the devices come back or the links not come back. by tom · 10 years ago
  27. 1a10098 added HostProvider to SimpleHostManager by Ayaka Koshibe · 10 years ago
  28. 82e7257 Converted all package.html files to package-info.java for easier package documentation. by tom · 10 years ago
  29. 04a1a4e added VLANID construct by Ayaka Koshibe · 10 years ago
  30. 1c7b38e added IPAddress construct by Ayaka Koshibe · 10 years ago
  31. e565275 added functionality to SimpleHostStore by Ayaka Koshibe · 10 years ago
  32. 74a2392 added default host constructs to API by Ayaka Koshibe · 10 years ago
  33. 326b71a Fixed a number of javadocs. by tom · 10 years ago
  34. 7869ad9 Cleaned up some of the host-related abstractions and filled in more of the host manager implementation. by tom · 10 years ago
  35. e2dc27a Moved net to core by tom · 10 years ago