1. 5b803bc Cleaned up old code out of SDNIP and the proxy ARP module, and improved ProxyArpManager logging by Jonathan Hart · 11 years ago
  2. 08ee852 Cleaned up ProxyArpManager code by creating an interface through which it can request information about the L3 configuration (IP addresses, ports, etc) by Jonathan Hart · 11 years ago
  3. 1633a40 Improved Proxy ARP logging by Jonathan Hart · 11 years ago
  4. e751e1c Was doing a callback while holding a lock, which was causing deadlock by Jonathan Hart · 11 years ago
  5. 6e61821 Prevented ProxyArp from re-broadcasting requests for hosts not in our network by Jonathan Hart · 11 years ago
  6. b8c2153 More hardcoded MACs by Jonathan Hart · 11 years ago
  7. e97fa64 Left hardcoded MAC lying around by Jonathan Hart · 11 years ago
  8. 64c0b20 Improved switch connection handling so we can survive small connection outages. Reduced proxy arp logging by Jonathan Hart · 11 years ago
  9. 2f790d2 Added an L3 mode to ProxyArpModule which limits the ports ARPs are sent out based on IP address. This should prevent leaking ARPs from one network into another by Jonathan Hart · 11 years ago
  10. 9ea3121 Fixed bug in Prefix which caused some updates not to be added to the PTrie, and reverted ProxyArp to broadcasting every received request by Jonathan Hart · 11 years ago
  11. 32e1822 Changes to Prefix to support new PATRICIA Trie by Jonathan Hart · 11 years ago
  12. df6ec33 Removed peer MAC addresses from the config.json file and cleaned up a lot of old code by Jonathan Hart · 11 years ago
  13. 0ee0f02 SDNIP now uses learned MAC address from the ProxyArp module for prefix-match flows by Jonathan Hart · 11 years ago
  14. 4dfc365 Improved ARP interface to other app modules and changed SDNIP full-mesh paths between peers to use learned MAC addresses by Jonathan Hart · 11 years ago
  15. f0c0dcb Added APIs to allow other modules to request ARP information from the Proxy ARP module by Jonathan Hart · 11 years ago
  16. 6261dcd Implemented a mechanism to remember ARP requests and answer them when the response is received by Jonathan Hart · 11 years ago
  17. c824ad0 Finished transition to new configuration format by Jonathan Hart · 11 years ago
  18. 98957bf Implemented asynchronous topology detection thread to determine when links are in the network map by Jonathan Hart · 11 years ago
  19. 8ec133c Finished off initial proxy arp implementation by Jonathan Hart · 11 years ago
  20. c7ca35d Intial implementation of a proxy arp module to support the SDN-IP application by Jonathan Hart · 11 years ago