1. 7c9a2fb Addressed some checkstyle, PMD and findbugs violations in the ARP module by Jonathan Hart · 10 years ago
  2. 5afde49 Added a REST API to the Proxy ARP module to inspect the ARP cache by Jonathan Hart · 11 years ago
  3. da4d0e1 Refactored HostArpRequester to be a private inner class of ProxyArpManager and removed the clumsy sendArpReply method in the IProxyArpService interface which was needed to support the old arrangement by Jonathan Hart · 11 years ago
  4. abad6a5 Refactored the ARP cache logic out of ProxyArpManager and into its own class to make the code clearer. Moved to using MACAddress objects in the ProxyArpManager APIs and implementation which prevents us having to pass byte arrays around and are safer as MACAddress prevents a rogue client changing the MAC address for everyone by Jonathan Hart · 11 years ago