1. de15e1c Remove references to SDN-IP from components that have been generalized. by Jonathan Hart · 8 years ago
  2. 3930f63 FPM component that can decode routes from Quagga's FIB push interface. by Jonathan Hart · 9 years ago
  3. c22e847 [Falcon] More flexible component choice for routing apps by Jonathan Hart · 8 years ago
  4. 365335e [Falcon] Componentize IntentSynchronizer and SdnIpFib. by Jonathan Hart · 8 years ago
  5. 9a426f8 Generalize IntentSynchronizer and separate reactive routing code by Jonathan Hart · 9 years ago
  6. 7462641 Use lambda expression to simplify statements by Sho SHIMIZU · 9 years ago
  7. 4cb3988 Moved ProxyArp, SDN-IP and BgpRouter to use new config format. by Jonathan Hart · 9 years ago
  8. 6601899 Add BGP configuration to config subsystem. by Jonathan Hart · 9 years ago
  9. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  10. e28ae4c sdn-ip reactive routing by Pingping Lin · 9 years ago
  11. 89ad377 ONOS-1400: Fixing BgpRouter functionality break due to distributed group store changes by Srikanth Vavilapalli · 9 years ago
  12. 87dd930 Use a cleaner mechanism to test whether an IP address or prefix is IPv4 or IPv6. by Pavlin Radoslavov · 9 years ago
  13. 2da1e60 Renamed routing packages to foo & foo.impl pattern. by Jonathan Hart · 9 years ago[Renamed (97%) from apps/routing/src/main/java/org/onosproject/routing/Router.java]
  14. d24fafb Move BGP listen port configuration to BgpSessionManager component by Jonathan Hart · 9 years ago
  15. 41349e9 Moved BGP code and Router code into their own bundle. by Jonathan Hart · 9 years ago[Renamed (87%) from apps/sdnip/src/main/java/org/onosproject/sdnip/Router.java]
  16. 552e31f Create a formal interface between the RIB and FIB. by Jonathan Hart · 9 years ago
  17. 6cd2f35 Implemented VLAN-to-VLAN routing support for SDN-IP. by Jonathan Hart · 9 years ago
  18. 3a0a52e Added IPv6 routing support to SDN-IP, and integrated it with BGP: by Pavlin Radoslavov · 9 years ago
  19. 64c1ed1 Renamed bgpRoutes field in Router class to ribTable. No functional changes. by Pavlin Radoslavov · 9 years ago
  20. 7dd4a33 Remove SDN-IP TODOs by Jonathan Hart · 9 years ago
  21. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  22. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago[Renamed from apps/sdnip/src/main/java/org/onlab/onos/sdnip/Router.java]
  23. 9965d77 Cleaned up some commented code, javadocs and names in SDN-IP. by Jonathan Hart · 9 years ago
  24. 248c2ae Updated SDN-IP to use the Intent framework batch-based intents. by Pavlin Radoslavov · 9 years ago
  25. a7243cc Updates for SDN-IP: by Pavlin Radoslavov · 9 years ago
  26. 8b75244 Added SDN-IP Leader election mechanism based on the Global Lock service. by Pavlin Radoslavov · 9 years ago
  27. a071b1e Moved the BGP Route Intent synchronization mechanism from the Router class by Pavlin Radoslavov · 9 years ago
  28. 7e19094 Refactor the SDN-IP BGP code so the BGP routes are withdrawn if by Pavlin Radoslavov · 9 years ago
  29. 2e3eef3 Compare ConnectPoints rather than Interfaces. by Jonathan Hart · 9 years ago
  30. 6b57073 Updated SDN-IP to use Ip4Address and Ip4Prefix instead of IpAddress and by Pavlin Radoslavov · 10 years ago
  31. 739c835 Cleaned up SDN-IP config reader by Jonathan Hart · 10 years ago
  32. 4b42077 Cleaned up a slew of Javadoc errors in preparation for switch over to Java 8. by Thomas Vachuska · 10 years ago
  33. ec2df01 Fixed a few intent synchronization issues. by Jonathan Hart · 10 years ago
  34. f5d9093 IntentSync test without state by Pingping · 10 years ago
  35. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  36. e0f804a Added application ID store; both trivial and distributed variants. by Thomas Vachuska · 10 years ago
  37. 33f228a Replaced IpPrefix and IpAddress in the following methods by Pavlin Radoslavov · 10 years ago
  38. 781d18b Added copyrights to cli, features, openflow, providers and web code by Thomas Vachuska · 10 years ago
  39. 31582d1 Cleanup and javadocs for SDN-IP code by Jonathan Hart · 10 years ago
  40. 3855f31 add unit test to Router class by Pingping · 10 years ago
  41. b97cf28 Refactoring intent API. by Thomas Vachuska · 10 years ago
  42. 0e12fad Fixed issues with reading masked IP addresses from Loxi by Jonathan Hart · 10 years ago
  43. 0b04bed Implemented CLI commands to show SDN-IP routes by Jonathan Hart · 10 years ago
  44. bcae7bd Removed faulty toInt method and renamed toRealInt to toInt. by Jonathan Hart · 10 years ago
  45. ab63aac Port the BGP implementation of SDN-IP. by Jonathan Hart · 10 years ago
  46. 335ef46 Port the Router functionality from SDN-IP. by Jonathan Hart · 10 years ago