1. d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
  2. d6a67c3 SONAR suggestion - explicit break in switch statements by Ray Milkey · 6 years ago
  3. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  4. 470ed4f Move the IntentSynchronizer out of the routing app into its own app by Jonathan Hart · 7 years ago[Renamed (97%) from apps/routing/src/main/java/org/onosproject/routing/impl/IntentSynchronizer.java]
  5. 2705d66 ONOS-4403 Remove intents using appId when apps get deactivated. by Luca Prete · 8 years ago
  6. d9e0105 log uncaught Exception by HIGUCHI Yuta · 8 years ago
  7. a2eb9ff Adapt FIBs to new route interface by Jonathan Hart · 8 years ago
  8. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  9. 620f70d LeadershipStore updates: by Madan Jampani · 8 years ago
  10. 6af92be Move IntentSynchronizer to routing bundle. by Jonathan Hart · 8 years ago[Renamed (98%) from apps/sdnip/src/main/java/org/onosproject/sdnip/IntentSynchronizer.java]
  11. 365335e [Falcon] Componentize IntentSynchronizer and SdnIpFib. by Jonathan Hart · 8 years ago
  12. 4fd3ceb [Falcon] fixes for Sonar Critical bugs by Ray Milkey · 8 years ago
  13. 86ac7d1 Moving IntentUtils to intent package by Luca Prete · 8 years ago
  14. 3401a3f Making the IntentSynchronizer constructor public, so that an executor service can be passed from outside. by Luca Prete · 8 years ago
  15. c07781f when deactivate sdn-ip, also delete all relative intents by Pingping Lin · 9 years ago
  16. 00043db Making IntentSynchronizer more generic to be used with other classes. Deleting SDN-IP nomenclature. by Luca Prete · 9 years ago
  17. 9a426f8 Generalize IntentSynchronizer and separate reactive routing code by Jonathan Hart · 9 years ago
  18. 6cfc02d Use dianmond operator by Sho SHIMIZU · 9 years ago
  19. 9b36d81 Javadoc fixes by Ray Milkey · 9 years ago
  20. 4cb3988 Moved ProxyArp, SDN-IP and BgpRouter to use new config format. by Jonathan Hart · 9 years ago
  21. 96c5a4a ONOS-2513 Fix entire MP2SP intent failing on partial connectivity loss by Jonathan Hart · 9 years ago
  22. fe89d3a Simplify the statement by Sho SHIMIZU · 9 years ago
  23. 8a52471 paths should from bgp peer connect points for Internet-to-local traffic by Pingping Lin · 9 years ago
  24. fbc80e5 Pull out inner-classes from Criteria to be independent classes by Sho SHIMIZU · 9 years ago
  25. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  26. e28ae4c sdn-ip reactive routing by Pingping Lin · 9 years ago
  27. ebc5d22 Refactor connectivity intent creation to use builders by Ray Milkey · 9 years ago
  28. 2aa1f32 Fixes related to SDN-IP intents: by Pavlin Radoslavov · 9 years ago
  29. 87dd930 Use a cleaner mechanism to test whether an IP address or prefix is IPv4 or IPv6. by Pavlin Radoslavov · 9 years ago
  30. a853709 Fix IPv6-related bug in SDN-IP. by Pavlin Radoslavov · 9 years ago
  31. 2da1e60 Renamed routing packages to foo & foo.impl pattern. by Jonathan Hart · 9 years ago
  32. 90a02c2 Moved routing/bgp config into common routing bundle. by Jonathan Hart · 9 years ago
  33. b3b8a0a Make SDN-IP submit route intents. by Jonathan Hart · 9 years ago
  34. f9af43c Refactoring of IntentId based APIs by Ray Milkey · 9 years ago
  35. 03406a4 IntentStore interface changes by Brian O'Connor · 9 years ago
  36. 41349e9 Moved BGP code and Router code into their own bundle. by Jonathan Hart · 9 years ago
  37. 552e31f Create a formal interface between the RIB and FIB. by Jonathan Hart · 9 years ago
  38. 3a0a52e Added IPv6 routing support to SDN-IP, and integrated it with BGP: by Pavlin Radoslavov · 9 years ago
  39. 7dd4a33 Remove SDN-IP TODOs by Jonathan Hart · 9 years ago
  40. 5137218 Javadoc and code cleanup for SDN-IP by Jonathan Hart · 9 years ago
  41. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  42. 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/IntentSynchronizer.java]
  43. 8049bb8 Lowered the level of some of the SDN-IP log messages (per route) by Pavlin Radoslavov · 9 years ago
  44. 248c2ae Updated SDN-IP to use the Intent framework batch-based intents. by Pavlin Radoslavov · 9 years ago
  45. 72a034c Initial implementation of distributed intent batch queue by Brian O'Connor · 9 years ago
  46. deb8a10 Fix for bug ONOS-330: by Pavlin Radoslavov · 9 years ago
  47. caf6337 Updated some of the SDN-IP log messages inside the IntentSynchronizer. by Pavlin Radoslavov · 9 years ago
  48. 20be3e6 Don't withdraw the intents during SDN-IP shutdown, because this creates by Pavlin Radoslavov · 9 years ago
  49. f1288b8 Removed bogus debug message in SDN-IP. by Pavlin Radoslavov · 9 years ago
  50. 93ae832 Updated the debug log messages for SDN-IP IntentSynchronizer. by Pavlin Radoslavov · 9 years ago
  51. dde22ae Updates related to SDN-IP submitting intent operations: by Pavlin Radoslavov · 9 years ago
  52. a7243cc Updates for SDN-IP: by Pavlin Radoslavov · 9 years ago
  53. 8b75244 Added SDN-IP Leader election mechanism based on the Global Lock service. by Pavlin Radoslavov · 9 years ago
  54. a071b1e Moved the BGP Route Intent synchronization mechanism from the Router class by Pavlin Radoslavov · 9 years ago