1. 54a7851 Starting snapshot 1.10.0-SNAPSHOT by Ray Milkey · 7 years ago
  2. 57b5101 Starting snapshot 1.10-SNAPSHOT by Ray Milkey · 7 years ago
  3. de84cdd Starting snapshot 1.9.0-SNAPSHOT by Ray Milkey · 7 years ago
  4. 8588c48 Tagging 1.9.0-b3 by Ray Milkey · 7 years ago 1.9.0-b3
  5. c6dec26 [SONA] Bug fix that some flows are not removed when VMs are removed by sangho · 7 years ago
  6. 287b4ae Starting snapshot 1.9.0-SNAPSHOT by Ray Milkey · 7 years ago
  7. 2557ba3 Tagging 1.9.0-b1b by Ray Milkey · 7 years ago 1.9.0-b1b
  8. b39bf99 [ONOS-5846] Bump up jersey to 2.25 with corresponding deps updated by Jian Li · 7 years ago
  9. 2456541 [SONA] Fixes the bugs of removing VMs with two interfaces. by sangho · 7 years ago
  10. fa95506 Fix SONA to deal with PORT_UPDATED event when port is enabled. by Daniel Park · 7 years ago
  11. 91b5003 [SONA] Fixes the bug of not removing a switching flow when VMs are removed. by sangho · 7 years ago
  12. 9e5f0f5 [ONOS-5776] Floating IP flow rule initialization process by sangho · 7 years ago
  13. fb3b501 [ONOS-5176] Refactoring: improves SONA pipeline and OpenstackRoutingManager by sangho · 7 years ago
  14. 07ba835 Added app.xml files for SONA modules by Hyunsun Moon · 7 years ago
  15. 72bcefe Starting snapshot 1.9.0-SNAPSHOT by Ray Milkey · 7 years ago
  16. bc3c6ba Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  17. a222d05 Tagging 1.8.0-rc4 by Ray Milkey · 7 years ago 1.8.0-rc4
  18. b547e06 Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  19. 4f6d428 Tagging 1.8.0-rc3 by Ray Milkey · 7 years ago 1.8.0-rc3
  20. 58c6af2 Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  21. 8b8b30c Tagging 1.8.0-rc1 by Ray Milkey · 7 years ago 1.8.0-rc1
  22. d41e225 [ONOS-4904] Change ML2 driver url_path from openstackswithing to openstacknetworking by Daniel Park · 7 years ago
  23. aa85193 [ONOS-5432] Add CLI for refresh/reprogram the data plane for the existing VM. by jskim · 7 years ago
  24. 8ebb04a Replace Stream#forEach() with Collection#forEach() by Sho SHIMIZU · 7 years ago
  25. 8f27c4e Fix to avoid duplication of key and flow when host event occurs. by jskim · 8 years ago
  26. 3d66aca Fixed to add the subNetCidr of flow when deleted. by jskim · 8 years ago
  27. bfc02ec Bumping snapshot version to 1.8.0-SNAPSHOT by Brian O'Connor · 8 years ago
  28. b19fc86 Bumping version back to 1.7.0-SNAPSHOT by Brian O'Connor · 8 years ago
  29. 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
  30. e4e99fa Fixed the priority of flow when deleted. by jskim · 8 years ago
  31. 7d88174 Added the media types that the DELETE methods of a resource can accept. by jskim · 8 years ago
  32. 1b0cb26 [ONOS-5134] VM cannot access to another VM with floating IP by Daniel Park · 8 years ago
  33. 9c3f30a fix to apply TCP/UDP port rule of Security Group by kimjt · 8 years ago
  34. a8d896c [ONOS-5114] Fix to send icmp packet from vm to gateway when floating is assigned by Daniel Park · 8 years ago
  35. 3d2bf9c [ONOS-4920] Use subnet not network when setting routing rules for routers by sangho · 8 years ago
  36. 0de4ba9 Remove duplicate version specifications by Yuta HIGUCHI · 8 years ago
  37. a2d9f49 [ONOS-4926] floating Ip flow rules handling when restarting ONOS by sangho · 8 years ago
  38. f1af068 [ONOS-5094] Fix to update group bucket when a gateway node jumped to INCOMPLETE state by Daniel Park · 8 years ago
  39. a09e1bb Use Collection#forEach() instead of Stream#forEach() for simplicity by Sho SHIMIZU · 8 years ago
  40. 4d28773 [ONOS-5038] Bug fix for "pending_add" flow rules by sangho · 8 years ago
  41. 5c8f048 [ONOS-5060] Bug fix for pNAT handler in OpenstackRouting by sangho · 8 years ago
  42. 5aa480b Fixed to add gateway node from ICMP handler also by Hyunsun Moon · 8 years ago
  43. 1063c23 [ONOS-5030] Fix to gateway ip address in host annotation refers appropriate ip address by Daniel Park · 8 years ago
  44. b3eb84d Refactored OpenstackRouting to support multiple gateway nodes by Hyunsun Moon · 8 years ago
  45. f9a16ed Fixed to not to create gateway group if it is already exists by Hyunsun Moon · 8 years ago
  46. ef6bad2 ONOS-4903, ONOS-4929 Fixed to load network config on application start-up by Hyunsun Moon · 8 years ago
  47. 176c83d [ONOS-4871] Fix gateway external port from list to single port by Kyuhwi Choi · 8 years ago
  48. 992be1d Fixed example network-cfg.json files for SONA applications by Hyunsun Moon · 8 years ago
  49. da27e43 Fixed javadoc warnings and some cleanups by Hyunsun Moon · 8 years ago
  50. c853a72 Follow up for OpenstackSwitching Refactoring: Updates flow rules for security group updated. by sangho · 8 years ago
  51. 6032f34 OpenstackRouting refactoring by sangho · 8 years ago
  52. 05d9b26 Support existing VMs running on the newly added node by Hyunsun Moon · 8 years ago
  53. b974fca Refactored OpenstackSwitching app by Hyunsun Moon · 8 years ago
  54. 92d9ea4 [ONOS-4481] Integrate scalable gateway to openstackRouting by Kyuhwi Choi · 8 years ago
  55. d177f8f [ONOS-4703,4704] SONA : Floating IP handling in SONA initialization by sangho · 8 years ago
  56. 38b5f18 [ONOS-4702] Fixed Openstack ARP/ICMP in OpenstackNetworkingService. by hyungseo Ryu · 8 years ago
  57. 1b2aea8 Removing gratuitous relativePath from pom.xmls by Brian O'Connor · 8 years ago
  58. 04b1fe9 Make some DHCP options and host discovery configurable by Hyunsun Moon · 8 years ago
  59. e642f7c Bumping version to 1.7.0-SNAPSHOT by Brian O'Connor · 8 years ago
  60. c0f5045 Remove some of unnecessary register calls. by HIGUCHI Yuta · 8 years ago
  61. c2a542b Explicitly return NO CONTENT type response for http DELETE request by Jian Li · 8 years ago
  62. 6f58422 Removing MISC, BASIC from registration, they are subset of API by HIGUCHI Yuta · 8 years ago
  63. 6a638ba Appify fault management and open stack node BUCK files by Ray Milkey · 8 years ago
  64. 5e65e2c [ONOS-4205] support east-west routing in openstackRouting by Kyuhwi Choi · 8 years ago
  65. d77c881 Buck build bugfixes by Ray Milkey · 8 years ago
  66. a5ff8a7 Appify buck build for openstack and VTN apps by Ray Milkey · 8 years ago
  67. 4890754 [ONOS-4213] Creates a OpenstackNetworking Config for common use by sangho · 8 years ago
  68. f9a7697 More app BUCK file refactoring by Ray Milkey · 8 years ago
  69. f78306f Fixing arp event log in OpenstackRoutingArpHandler by Daniel Park · 8 years ago
  70. 2319390 [ONOS-3948] Seperate mgmt and data network in OpenstackSwitching/RoutingService by Daniel Park · 8 years ago
  71. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  72. efbc038 [ONOS-4280] Allow to add a subnet to external network after the external network is used in routers by sangho · 8 years ago
  73. d4334db Javadoc warning fixes by Ray Milkey · 8 years ago
  74. 85f28d0 Updating test sources in several BUCK files by Brian O'Connor · 8 years ago
  75. a450bd0 Simplifying Import-Package line in maven-bundle-plugin for REST bundles by Brian O'Connor · 8 years ago
  76. f80bbb2 Initial BUCK build by Ray Milkey · 8 years ago
  77. 9d61649 [ONOS-4042] Bump up Jersey from 1.19 to 2.22.2 by Jian Li · 8 years ago
  78. 955c316 Starting snapshot 1.6.0-SNAPSHOT by Brian O'Connor · 8 years ago
  79. 55b4d80 Tagging 1.5.0 (Falcon) by Brian O'Connor · 8 years ago 1.5.0
  80. 2369642 Starting snapshot 1.5.0-SNAPSHOT by Madan Jampani · 8 years ago
  81. b7a5420 Tagging 1.5.0-rc3 by Madan Jampani · 8 years ago 1.5.0-rc3
  82. ee9e371 [ONOS-3952] Implement FloatingIP Handler for OpenstackRoutingService by Kyuhwi Choi · 8 years ago
  83. 21c3ebe Fix java doc errors by Ray Milkey · 8 years ago
  84. fd46e1d Refine application title and category in app.xml and pom.xml by Jian Li · 8 years ago
  85. 2b746f4 Add missing application titles in app.xml with pom.xml clean up by Jian Li · 8 years ago
  86. 95c3ee5 [ONOS-3947] Implement Openstack FloatingIP REST call json parser by musonous · 8 years ago
  87. 81a61a1 [ONOS-3946] Implement IcmpHandler for OpenstackRoutingService by Daniel Park · 8 years ago
  88. afae2f7 Apps-- added onos.app.title property to applications. by Simon Hunt · 8 years ago
  89. 9008853 [ONOS-3953] Implements Security Group of Openstack by sangho · 8 years ago
  90. 0dba61f Fixed javadoc warnings on openstack applications by Hyunsun Moon · 8 years ago
  91. 5d8994f Starting snapshot 1.5.0-SNAPSHOT by Thomas Vachuska · 8 years ago
  92. 40d5255 Tagging 1.5.0-rc2 by Thomas Vachuska · 8 years ago 1.5.0-rc2
  93. 93447f1 Separated OpenstackInterface feature from OpenstackNetworking application. by sangho · 8 years ago
  94. 0448ea0 Don't PNAT for DHCP packets by Hyunsun Moon · 8 years ago
  95. 814a339 Resolve openstacknetworking and openstackswitching dependency issue by Jian Li · 8 years ago
  96. b0f09be Fixed sona refactoring related issues by Hyunsun Moon · 8 years ago
  97. e2b37e3 [ONOS-3804] [ONOS-3805] Initial L3 flowrules setup for Compute/Gateway nodes and PNAT Handler for OpenstackRouting by Kyuhwi Choi · 8 years ago
  98. 0c2a3da Refactoring of OpenstackSwitching and OpenstackRouting by sangho · 8 years ago