1. de84cdd Starting snapshot 1.9.0-SNAPSHOT by Ray Milkey · 7 years ago
  2. 8588c48 Tagging 1.9.0-b3 by Ray Milkey · 7 years ago 1.9.0-b3
  3. a7a24cf Add Config for configuration multiple routers. by Jonathan Hart · 7 years ago
  4. e732704 Fix vRouter app IDs and deactivation of components. by Jonathan Hart · 7 years ago
  5. 9f765dc Small fixes to CPR and to CPR test by Pier Luigi · 7 years ago
  6. e792685 Component config changes after vRouter becomes separate apps by Charles Chan · 7 years ago
  7. 486ae20 Remove unecessary BUCK file - was causing sonar build to fail by Ray Milkey · 7 years ago
  8. e538711 Prevent NoSuchElementException if no hosts are found by Jonathan Hart · 7 years ago
  9. 2b1ad87 Various fixes for vRouter by Pier Luigi · 7 years ago
  10. f4bd048 Make vRouter components into separate apps. by Jonathan Hart · 7 years ago
  11. 470ed4f Move the IntentSynchronizer out of the routing app into its own app by Jonathan Hart · 7 years ago
  12. 7fc5a72 Cosmetic refactoring for vRouter to bring CPRM and SSFI closer together. by Jonathan Hart · 7 years ago
  13. f8cd052 Abstract handling of router interfaces and pull out of CPRM and SSFI. by Jonathan Hart · 8 years ago
  14. 3a409c6 IPv6 support for vRouter by Vinayak Tejankar · 7 years ago
  15. 287b4ae Starting snapshot 1.9.0-SNAPSHOT by Ray Milkey · 7 years ago
  16. 2557ba3 Tagging 1.9.0-b1b by Ray Milkey · 7 years ago 1.9.0-b1b
  17. 03a73e0 CORD-523 Introduce generic routing service in Segment Routing by Charles Chan · 8 years ago
  18. 00d8b5f Toggle SingleSwitchFibInstaller via component config by Charles Chan · 7 years ago
  19. c9e36c5 Remove deprecated routing classes in preparation for refactoring by Jonathan Hart · 7 years ago
  20. c1f4aa7 invalidcomparison for mac object with interface obj by kdarapu · 7 years ago
  21. 14ed0b6 Fix NPE when clean up SingleSwitchFibInstaller by Charles Chan · 7 years ago
  22. 72bcefe Starting snapshot 1.9.0-SNAPSHOT by Ray Milkey · 7 years ago
  23. bc3c6ba Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  24. a222d05 Tagging 1.8.0-rc4 by Ray Milkey · 7 years ago 1.8.0-rc4
  25. b547e06 Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  26. 4f6d428 Tagging 1.8.0-rc3 by Ray Milkey · 7 years ago 1.8.0-rc3
  27. 58c6af2 Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  28. 8b8b30c Tagging 1.8.0-rc1 by Ray Milkey · 7 years ago 1.8.0-rc1
  29. b6a2f78 Fixed issue ONOS-5263 by Andreas Pantelopoulos · 8 years ago
  30. e4d1310 Carry previous next hop information in RouteEvent by Charles Chan · 8 years ago
  31. 8fe9f4c Carry location of next hop in ResolvedRoute by Charles Chan · 8 years ago
  32. 36d1c27 vRouter doesnt handle config remove event by kishore · 8 years ago
  33. e4a5e1a ONOS-5236 - Adapt SDN-IP to the new intent framework APIs by Luca Prete · 8 years ago
  34. 2efe0c2 NeighbourMessageContext: Change the name of the proxy API to forward. by Jonathan Hart · 8 years ago
  35. bfc02ec Bumping snapshot version to 1.8.0-SNAPSHOT by Brian O'Connor · 8 years ago
  36. b19fc86 Bumping version back to 1.7.0-SNAPSHOT by Brian O'Connor · 8 years ago
  37. 338bc0c Bumping pom versions to 1.7.0-rc2 and fixing some maven issues by Brian O'Connor · 8 years ago 1.7.0-rc2
  38. 1e393bb Rename some classes and methods of neighbour API by Jonathan Hart · 8 years ago
  39. a9e2955 Implemented SDN-IP/BgpRouter neighbour handling using NeighbourResolutionService by Jonathan Hart · 8 years ago
  40. 2511889 changes for CORD-365,SingleSwitchFibInstaller, addressed comments, added comments. by gaurav · 8 years ago
  41. 0de4ba9 Remove duplicate version specifications by Yuta HIGUCHI · 8 years ago
  42. 63eeac3 Add ability for vRouter to reactively send packets to directly connected hosts. by Jonathan Hart · 8 years ago
  43. 1624df1 Assigning names to various threads by Yuta HIGUCHI · 8 years ago
  44. 4a6e91e Fix NPE when ControlPlaneConnectPoint config is added after interface config by Charles Chan · 8 years ago
  45. 888eaa0 Remove old and unused Router code (incl. tests). by Jonathan Hart · 8 years ago
  46. f8035d3 Minor cleanups and renaming in vRouter by Jonathan Hart · 8 years ago
  47. 25bd668 Fix registering config listener in SingleSwitchFibInstaller by Jonathan Hart · 8 years ago
  48. 891162b Remove API deprecated in Falcon by Sho SHIMIZU · 8 years ago
  49. 1b2aea8 Removing gratuitous relativePath from pom.xmls by Brian O'Connor · 8 years ago
  50. c08a5db Fixing pom.xml duplicate dependencies and tying in lib into the root pom. by Thomas Vachuska · 8 years ago
  51. 786b7e4 ControlPlaneRedirectManager.java, Cleaning flows on Deactivating the app by kishore · 8 years ago
  52. a2e61a5 clean up the SingleSwitchFibInstaller, added the predeactivate hook and modified unit test CORD-663 by gaurav · 8 years ago
  53. e642f7c Bumping version to 1.7.0-SNAPSHOT by Brian O'Connor · 8 years ago
  54. 0a119fe Bump up netty, slf4j, jackson, joda-time maven dependencies by Jian Li · 8 years ago
  55. 7c42cbe cord-646, Addressed the Comments for Patch set1 by kishore · 8 years ago
  56. 2705d66 ONOS-4403 Remove intents using appId when apps get deactivated. by Luca Prete · 8 years ago
  57. de6e203 Remove old config classes from routing bundle. by Jonathan Hart · 8 years ago
  58. d9e0105 log uncaught Exception by HIGUCHI Yuta · 8 years ago
  59. 92ca5d3 Move PIM and Reactive routing to new route service. by Jonathan Hart · 8 years ago
  60. d55e84d CORD-348 multicast support in SegmentRouting and vRouter by Charles Chan · 8 years ago
  61. a2eb9ff Adapt FIBs to new route interface by Jonathan Hart · 8 years ago
  62. 1ad75f2 Modified BGP and FPM route sources to push to new route service. by Jonathan Hart · 8 years ago
  63. 24439fe app buck refactor for apps: aaa, acl, bgprouter by Ray Milkey · 8 years ago
  64. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  65. 9a445c8 move the reactive routing to new config subsystem by Pingping Lin · 8 years ago
  66. f04b7d9 Small cleanups for vRouter app by Jonathan Hart · 8 years ago
  67. 7c25182 Fix buck tests by Ray Milkey · 8 years ago
  68. 71a2753 Add/Remove interface, Addressed patch set 2 by kishore · 8 years ago
  69. 85f28d0 Updating test sources in several BUCK files by Brian O'Connor · 8 years ago
  70. a450bd0 Simplifying Import-Package line in maven-bundle-plugin for REST bundles by Brian O'Connor · 8 years ago
  71. 8f2a3ce Adding VLAN to PeerConnectivityManager by Luca Prete · 8 years ago
  72. f80bbb2 Initial BUCK build by Ray Milkey · 8 years ago
  73. 164cf6d changes for cord-488 and addressed comments by gaurav · 8 years ago
  74. 3678593 changes for cord-485 using device id in variable by gaurav · 8 years ago
  75. c747729 Refactor Comparator class to break dependency of core/net on the CLI by Ray Milkey · 8 years ago
  76. 955c316 Starting snapshot 1.6.0-SNAPSHOT by Brian O'Connor · 8 years ago
  77. 55b4d80 Tagging 1.5.0 (Falcon) by Brian O'Connor · 8 years ago 1.5.0
  78. 2369642 Starting snapshot 1.5.0-SNAPSHOT by Madan Jampani · 8 years ago
  79. b7a5420 Tagging 1.5.0-rc3 by Madan Jampani · 8 years ago 1.5.0-rc3
  80. 1eb9534 These are libraries not applications by Jonathan Hart · 8 years ago
  81. db79dc0 cord-486 TestClass added by kishore · 8 years ago
  82. fd46e1d Refine application title and category in app.xml and pom.xml by Jian Li · 8 years ago
  83. afae2f7 Apps-- added onos.app.title property to applications. by Simon Hunt · 8 years ago
  84. 5d8994f Starting snapshot 1.5.0-SNAPSHOT by Thomas Vachuska · 8 years ago
  85. 40d5255 Tagging 1.5.0-rc2 by Thomas Vachuska · 8 years ago 1.5.0-rc2
  86. b3dad10 Fixed blocking FPM deletes. by Jonathan Hart · 8 years ago
  87. c94e8bc Remove methods deprecated in Drake from RoutingConfigurationService API by Ray Milkey · 8 years ago
  88. 9ad777f CordMcast clears remote routes on startup to prevent being out of sync. by Jonathan Hart · 8 years ago
  89. d0fd5dc CORD-546 Push L3 unicast rules for bgp peers when they are learned by Charles Chan · 8 years ago
  90. 00cddda Send PIM Join/Prune messages based on events from the McastService. by Jonathan Hart · 8 years ago
  91. b940190 Add route to each next hop by Jonathan Hart · 8 years ago
  92. 1af5a7a Clear FPM routes when the FPM connection goes down. by Jonathan Hart · 8 years ago
  93. f555a73 vRouter should only process configured ports. by Charles Chan · 8 years ago
  94. 883fd37 Added interfaces configuration to allow vRouter to be selective about what by Jonathan Hart · 8 years ago
  95. 6b04558 Add CLI for viewing FPM connections. by Jonathan Hart · 8 years ago
  96. de15e1c Remove references to SDN-IP from components that have been generalized. by Jonathan Hart · 8 years ago
  97. 916bf89 vRouter: ignore routes that don't come from Quagga by Jonathan Hart · 8 years ago
  98. 620f70d LeadershipStore updates: by Madan Jampani · 8 years ago
  99. 49cb5a1 Changes to vRouter to accomodate ofdpa and softrouter pipelines. by Saurav Das · 8 years ago
  100. c35415d [ONOS-3634] Enhance app to have a category, icon, URL and readme by Jian Li · 8 years ago