1. 4cb3988 Moved ProxyArp, SDN-IP and BgpRouter to use new config format. by Jonathan Hart · 9 years ago
  2. cf732fb ONOS-2711 Replaced short to TpPort for tcp/udp ports by Hyunsun Moon · 9 years ago
  3. 96c5a4a ONOS-2513 Fix entire MP2SP intent failing on partial connectivity loss by Jonathan Hart · 9 years ago
  4. e30fcda Fix for SDN-IP installing wrong point-to-point intents. by Jonathan Hart · 9 years ago
  5. 2a9ea49 Fix bug where SDN-IP installs more intents than needed by Jonathan Hart · 9 years ago
  6. fe89d3a Simplify the statement by Sho SHIMIZU · 9 years ago
  7. 8a52471 paths should from bgp peer connect points for Internet-to-local traffic by Pingping Lin · 9 years ago
  8. afc2d7d Starting snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  9. a78abfc Tagging 1.2.0 by Brian O'Connor · 9 years ago 1.2.0
  10. 3350390 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  11. 75aed40 Tagging 1.2.0-rc2 by Brian O'Connor · 9 years ago 1.2.0-rc2
  12. 3826782 Fix sdnip dependencies so sdnip can be specified as a boot application. by Jonathan Hart · 9 years ago
  13. 75c470a Fix for logic error in SDN-IP. by Jonathan Hart · 9 years ago
  14. 30a412d Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  15. 608e03a Tagging 1.2.0-rc1 by Brian O'Connor · 9 years ago 1.2.0-rc1
  16. 3cc2330 Fix for NPE in SDNIP by Jonathan Hart · 9 years ago
  17. 3310a34 Remove "public" to follow our convention by Sho SHIMIZU · 9 years ago
  18. fee47ee bgprouter bundle should not be part of SDN-IP app. by Jonathan Hart · 9 years ago
  19. fbc80e5 Pull out inner-classes from Criteria to be independent classes by Sho SHIMIZU · 9 years ago
  20. 41e8c18 Simplified app packaging to use just project.version rather than short.version. by Thomas Vachuska · 9 years ago
  21. 586afd8 Removing need for boilerplate app.xml; Instead defining onos.app.name and onos.app.origin (optional) is sufficient to trigger generation of boilerplate app.xml and features.xml files. by Thomas Vachuska · 9 years ago
  22. a7a0f56 Converting builtin applications to be delivered in a self-contained manner via OAR files. by Thomas Vachuska · 9 years ago
  23. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  24. c9e16bf add a virtual gateway for reactive routing by Pingping Lin · 9 years ago
  25. e28ae4c sdn-ip reactive routing by Pingping Lin · 9 years ago
  26. 0fa583c GUI -- Added applications view. by Thomas Vachuska · 9 years ago
  27. ebc5d22 Refactor connectivity intent creation to use builders by Ray Milkey · 9 years ago
  28. ee4f937 Adding more app.xml files. Upgrading app.xml versions. Cleaned-up features.xml. by Thomas Vachuska · 9 years ago
  29. 3e3ec5f [Cardinal] Add builders for Intents and remove extra constructors. by Ray Milkey · 9 years ago
  30. 6ea48a2 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  31. 91d9019 Tagging ONOS Blackbird release: 1.1.0 by Brian O'Connor · 9 years ago 1.1.0
  32. 2aa1f32 Fixes related to SDN-IP intents: by Pavlin Radoslavov · 9 years ago
  33. 1545b1e Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  34. 20fa3a4 Tagging 1.1.0-rc2 by Brian O'Connor · 9 years ago 1.1.0-rc2
  35. 6b52813 Adding emptyTreatment() and emptySelector() by Brian O'Connor · 9 years ago
  36. 87dd930 Use a cleaner mechanism to test whether an IP address or prefix is IPv4 or IPv6. by Pavlin Radoslavov · 9 years ago
  37. 266ac66 Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  38. 352236e Tagging 1.1.0-rc1 by Brian O'Connor · 9 years ago
  39. c25c522 Adding a dependency to sdnip's pom file so eclipse doesn't complain by Saurav Das · 9 years ago
  40. a853709 Fix IPv6-related bug in SDN-IP. by Pavlin Radoslavov · 9 years ago
  41. e6f8400 Cleaned up dependencies after routing code shuffle. by Jonathan Hart · 9 years ago
  42. 2da1e60 Renamed routing packages to foo & foo.impl pattern. by Jonathan Hart · 9 years ago
  43. 62ad95f Added ability to upload apps as both app.xml or app.zip. by Thomas Vachuska · 9 years ago
  44. 90a02c2 Moved routing/bgp config into common routing bundle. by Jonathan Hart · 9 years ago
  45. cb726fc Fixed SDN-IP tests after ONOS-874 merge. by Jonathan Hart · 9 years ago
  46. 532d91c fixing import in IntentSyncTest by Brian O'Connor · 9 years ago
  47. b3b8a0a Make SDN-IP submit route intents. by Jonathan Hart · 9 years ago
  48. 5ad3966 Fix bug where the values of keys could change by Ray Milkey · 9 years ago
  49. 4fd4ebb Continue updating GossipIntentStore to new API. by Jonathan Hart · 9 years ago
  50. f9af43c Refactoring of IntentId based APIs by Ray Milkey · 9 years ago
  51. 4931ee5 Delete unnecessary semicolon by Sho SHIMIZU · 9 years ago
  52. 03406a4 IntentStore interface changes by Brian O'Connor · 9 years ago
  53. d24fafb Move BGP listen port configuration to BgpSessionManager component by Jonathan Hart · 9 years ago
  54. 41349e9 Moved BGP code and Router code into their own bundle. by Jonathan Hart · 9 years ago
  55. 552e31f Create a formal interface between the RIB and FIB. by Jonathan Hart · 9 years ago
  56. f8a0f6c Fix for bug ONOS-959: BgpSessionManagerTest unit test failure by Pavlin Radoslavov · 9 years ago
  57. 4b5acae ONOS-734 Add unit tests for 4 Octets AS numbers in SDN-IP by Pavlin Radoslavov · 9 years ago
  58. 8a36ce3 ONOS-866: Refactor the storing and handling of BgpSession info. by Pavlin Radoslavov · 9 years ago
  59. 9ea3e6f ONOS-841 Renaming ONOS threads to simplify profiling. by Thomas Vachuska · 9 years ago
  60. f25d135 Fix Javadoc warnings by Ray Milkey · 9 years ago
  61. 492cc3a Fix startup dependency between features onos-app-config and onos-app-sdnip: by Pavlin Radoslavov · 9 years ago
  62. 6cd2f35 Implemented VLAN-to-VLAN routing support for SDN-IP. by Jonathan Hart · 9 years ago
  63. 6e2ee15 ONOS-783 Update PeerConnectivityManager to handle IPv6. by Kunihiro Ishiguro · 9 years ago
  64. 43ae293 Updated SDN-IP config to support 64-bit port numbers. by Jonathan Hart · 9 years ago
  65. bc0e84d Fix javadoc warnings by Charles M.C. Chan · 9 years ago
  66. 3a0a52e Added IPv6 routing support to SDN-IP, and integrated it with BGP: by Pavlin Radoslavov · 9 years ago
  67. 2020eac Reorder some of the import statements (onlab/onosproject) so they by Pavlin Radoslavov · 9 years ago
  68. c7648ee Work toward IPv6 support in BGP: implement decoding of the by Pavlin Radoslavov · 9 years ago
  69. 923d9d8 4 Octet AS Path Capability is sent to neighbor. by Kunihiro Ishiguro · 9 years ago
  70. 828245c Store remote 4 octet AS path value. by Kunihiro Ishiguro · 9 years ago
  71. 278cdde Work toward IPv6 support in BGP: implement decoding/encoding of the by Pavlin Radoslavov · 9 years ago
  72. 80f3e18 Refactor the BGP code in the SDN-IP application: by Pavlin Radoslavov · 9 years ago
  73. 0af11c1 * Add unit tests for the BGP route preference comparison mechanism by Pavlin Radoslavov · 9 years ago
  74. 64c1ed1 Renamed bgpRoutes field in Router class to ribTable. No functional changes. by Pavlin Radoslavov · 9 years ago
  75. b834920 Renamed SDN-IP test so it will be picked up by Surefire by Jonathan Hart · 9 years ago
  76. 55b5f51 Refined the methods waiting for BGP routes in the BgpSessionManagerTest by Pavlin Radoslavov · 9 years ago
  77. 7f2e9bf bumping version to 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  78. 5b29ebd Bumping version to 1.0.0 by Brian O'Connor · 9 years ago 1.0.0
  79. ab98466 adding license to ALL files by alshabib · 9 years ago
  80. e9ef4f3 Changed TODOs to NOTEs by Jonathan Hart · 9 years ago
  81. 7dd4a33 Remove SDN-IP TODOs by Jonathan Hart · 9 years ago
  82. dfde7ab Cleanup the SDN-IP CLI: by Pavlin Radoslavov · 9 years ago
  83. de08912 Minor refactoring by Jonathan Hart · 9 years ago
  84. 5137218 Javadoc and code cleanup for SDN-IP by Jonathan Hart · 9 years ago
  85. 9fd6bfc Made SDN-IP's BGP listen port configurable by Jonathan Hart · 9 years ago
  86. 0a71472 Added missing BgpSession.exceptionCaught() method to handle by Pavlin Radoslavov · 9 years ago
  87. ff071a2 Fix for BGP sessions not timing out by Jonathan Hart · 9 years ago
  88. d6755ba Removed leftover local fields that are not needed anymore. by Pavlin Radoslavov · 9 years ago
  89. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  90. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago
  91. 8049bb8 Lowered the level of some of the SDN-IP log messages (per route) by Pavlin Radoslavov · 9 years ago
  92. 23c0569 SDN-IP unit test fix: Increased the timeout waiting for a message to be by Pavlin Radoslavov · 9 years ago
  93. 9965d77 Cleaned up some commented code, javadocs and names in SDN-IP. by Jonathan Hart · 9 years ago
  94. 248c2ae Updated SDN-IP to use the Intent framework batch-based intents. by Pavlin Radoslavov · 9 years ago
  95. 8d21c79 LeadershipService API change: Using NodeId in place of ControllerNode. by Madan Jampani · 9 years ago
  96. 1c5e48b Removed bogus pom.xml.orig file that was merged by accident. by Pavlin Radoslavov · 9 years ago
  97. 949c284 Added a trivial implementation of the LeadershipService. by Jonathan Hart · 9 years ago
  98. c2bf3d8 IntentManager: use IntentStore batch APIs by Yuta HIGUCHI · 9 years ago
  99. 72a034c Initial implementation of distributed intent batch queue by Brian O'Connor · 9 years ago
  100. deb8a10 Fix for bug ONOS-330: by Pavlin Radoslavov · 9 years ago