1. 7c45e28 Cleaning up application titles, descriptions and categories. by Thomas Vachuska · 7 years ago
  2. bd52a05 Fix typos detected by Frank Wang by Ray Milkey · 7 years ago
  3. e225d15 Starting snapshot 1.11.0-SNAPSHOT by Ray Milkey · 7 years ago
  4. baa74b0 Tagging 1.11.0-rc1 by Ray Milkey · 7 years ago 1.11.0-rc1
  5. 245a682 [ONOS-6037]Support Neutron router admin state up/down configuration by Frank Wang · 7 years ago
  6. 3672199 [ONOS-6880] SONA: Fix the ICMP handler exception handling routine in the case of router w/o external subnet. by sangho · 7 years ago
  7. 1aaa788 SONA: add connection tracking feature using OVS conntrack function. by sangho · 7 years ago
  8. 3dd2a8b [ONOS-6822] SONA : bug fix of ingress packets are always allowed without ingress allow security group rules. by sangho · 7 years ago
  9. d4ac0ed Starting snapshot 1.11.0-SNAPSHOT by Ray Milkey · 7 years ago
  10. 6ecde1f Tagging 1.11.0-b4 by Ray Milkey · 7 years ago 1.11.0-b4
  11. f957166 [ONOS-6038] [ONOS-6036]Support Neutron network/port admin state up/down configuration by Frank Wang · 7 years ago
  12. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  13. e765ce2 [SONA] Add a configuration to choose the SNATing mechanism between OVS SNAT and Controller SNAT. by sangho · 7 years ago
  14. 072c4dd [ONOS-6230] SONA - Reimplements SNAT features using OVS CT & NAT features. by sangho · 7 years ago
  15. 64677e9 Starting snapshot 1.11.0-SNAPSHOT by Ray Milkey · 7 years ago
  16. 17463db Tagging 1.11.0-b3 by Ray Milkey · 7 years ago 1.11.0-b3
  17. f816411 [ONOS-6632] Add REST APIs for configuring compute and gateway nodes. by sangho · 7 years ago
  18. 64313cb Starting snapshot 1.11.0-SNAPSHOT by Ray Milkey · 7 years ago
  19. 7e28519 Tagging 1.11.0-b2 by Ray Milkey · 7 years ago 1.11.0-b2
  20. c395d0f Initialize the pipeline when the OpenStackFlowRuleManager service is activated. by sangho · 7 years ago
  21. 2e97be0 [ONOS-6469] Allow to set port range when creating security group rules. by sangho · 7 years ago
  22. 0d45736 ONOS-6742 Refactored OpenstackNode by Hyunsun Moon · 7 years ago
  23. c7403c2 DHCP util refactor by Yi Tseng · 7 years ago
  24. dc37537 [ONOS-6484] Implements OpenStack Pipeline at the application layer. by sangho · 7 years ago
  25. f14cc6d Fix SNAPSHOT version string by Ray Milkey · 7 years ago
  26. 7463193 Starting snapshot 1.11-SNAPSHOT by Ray Milkey · 7 years ago
  27. 0248ca2 [ONOS-6543] SONA: Add a configuration to enable/disable the security group feature. by sangho · 7 years ago
  28. dbee233 [ONOS-6484] Implements skeleton to reimplement OpenStackPipeline in the application layer. by sangho · 7 years ago
  29. ad237e7 change openstack host provider scheme name to prevent conflicts with other by Frank Wang · 7 years ago
  30. 9add1c5 Fixed openstacknetworking app artifact ID to buck style from POM file by Hyunsun Moon · 7 years ago
  31. 3356249 ONOS-6438 Fixed to allow a network with empty name by Hyunsun Moon · 7 years ago
  32. b720e63 ONOS-6444 Set floating IP rules when created with fixed IP configured by Hyunsun Moon · 7 years ago
  33. 79d6a83 Reduces the port number range for snat to reduce snat handler initialization time. by sangho · 7 years ago
  34. 08b03a9 Starting snapshot 1.11.0-SNAPSHOT by Ray Milkey · 7 years ago
  35. ee8700b [ONOS-6168, ONOS-6436] Implement multiple gateway nodes support for VLAN mode and implement VLAN based Logical Routing by daniel park · 7 years ago
  36. 32d471f Removed delays from unit tests by Hyunsun Moon · 7 years ago
  37. 0e058f2 ONOS-6034 Added purge and sync flow rules CLIs by Hyunsun Moon · 7 years ago
  38. ae51e73 Added sync and purge security group states by Hyunsun Moon · 7 years ago
  39. 7a5f904 ONOS-6439 Fixed to remove stale floating IP rules by Hyunsun Moon · 7 years ago
  40. a792cf7 [ONOS-6186] Implement VLAN based virtual network provisioning and logical switching by daniel park · 7 years ago
  41. 8b0710b Fixed artifact ID to buck build format from SONA app pom files by Hyunsun Moon · 7 years ago
  42. 8fd28c7 Starting snapshot 1.10.0-SNAPSHOT by Ray Milkey · 7 years ago
  43. f009902 Tagging 1.10.0-rc1 by Ray Milkey · 7 years ago 1.10.0-rc1
  44. c7eb0d0 Added unit tests for OpenstackNetworkManager and OpenstackRouterManager by Hyunsun Moon · 7 years ago
  45. c721922 ONOS-5970 Added CLIs to purge and sync network states from Neutron by Hyunsun Moon · 7 years ago
  46. 6cc91ab [ONOS-6271] Variable device dereferenced, it might be null by Palash Kala · 7 years ago
  47. 6a9ff0d [ONOS-6137] Refactoring SecurityGroup features for stateful SONA by sangho · 7 years ago
  48. e49eb38 [ONOS-6060] Merge scalablegateway app to openstacknode app by daniel park · 7 years ago
  49. 8e5c899 onos6217-removing null pointer dereference by rohit · 7 years ago
  50. 0439fd7 Cleaning pom.xml files. Please everyone, watch the sloppiness for Pete's sake! by Thomas Vachuska · 7 years ago
  51. 917beb4 [ONOS-6150] OpenstackNode application support creation of vlan interface on open vswitch by daniel park · 7 years ago
  52. a5b5f4e Fixed to trigger correct event when a gateway removed by Hyunsun Moon · 7 years ago
  53. 0bc7fdb [ONOS-6098] Port number used for SNAT does not return to the available port number pool after the SNAT rule expired by daniel park · 7 years ago
  54. b7a9cd2 Handle PORT_REMOVED event when a VM removes by Hyunsun Moon · 7 years ago
  55. acde3f5 Don't install switching rules to gateway nodes by Hyunsun Moon · 7 years ago
  56. 44aac66 ONOS-5182 Refactored SONA to cache network states by Hyunsun Moon · 7 years ago
  57. 0540087 ONOS-5182 Simplified OpenStack networking application structure by Hyunsun Moon · 7 years ago
  58. 54a7851 Starting snapshot 1.10.0-SNAPSHOT by Ray Milkey · 7 years ago
  59. 57b5101 Starting snapshot 1.10-SNAPSHOT by Ray Milkey · 7 years ago
  60. de84cdd Starting snapshot 1.9.0-SNAPSHOT by Ray Milkey · 7 years ago
  61. 8588c48 Tagging 1.9.0-b3 by Ray Milkey · 7 years ago 1.9.0-b3
  62. c6dec26 [SONA] Bug fix that some flows are not removed when VMs are removed by sangho · 7 years ago
  63. 287b4ae Starting snapshot 1.9.0-SNAPSHOT by Ray Milkey · 7 years ago
  64. 2557ba3 Tagging 1.9.0-b1b by Ray Milkey · 7 years ago 1.9.0-b1b
  65. b39bf99 [ONOS-5846] Bump up jersey to 2.25 with corresponding deps updated by Jian Li · 7 years ago
  66. 2456541 [SONA] Fixes the bugs of removing VMs with two interfaces. by sangho · 7 years ago
  67. fa95506 Fix SONA to deal with PORT_UPDATED event when port is enabled. by Daniel Park · 7 years ago
  68. 91b5003 [SONA] Fixes the bug of not removing a switching flow when VMs are removed. by sangho · 7 years ago
  69. 9e5f0f5 [ONOS-5776] Floating IP flow rule initialization process by sangho · 7 years ago
  70. fb3b501 [ONOS-5176] Refactoring: improves SONA pipeline and OpenstackRoutingManager by sangho · 7 years ago
  71. 07ba835 Added app.xml files for SONA modules by Hyunsun Moon · 7 years ago
  72. 72bcefe Starting snapshot 1.9.0-SNAPSHOT by Ray Milkey · 7 years ago
  73. bc3c6ba Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  74. a222d05 Tagging 1.8.0-rc4 by Ray Milkey · 7 years ago 1.8.0-rc4
  75. b547e06 Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  76. 4f6d428 Tagging 1.8.0-rc3 by Ray Milkey · 7 years ago 1.8.0-rc3
  77. 58c6af2 Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  78. 8b8b30c Tagging 1.8.0-rc1 by Ray Milkey · 7 years ago 1.8.0-rc1
  79. d41e225 [ONOS-4904] Change ML2 driver url_path from openstackswithing to openstacknetworking by Daniel Park · 8 years ago
  80. aa85193 [ONOS-5432] Add CLI for refresh/reprogram the data plane for the existing VM. by jskim · 8 years ago
  81. 8ebb04a Replace Stream#forEach() with Collection#forEach() by Sho SHIMIZU · 8 years ago
  82. 8f27c4e Fix to avoid duplication of key and flow when host event occurs. by jskim · 8 years ago
  83. 3d66aca Fixed to add the subNetCidr of flow when deleted. by jskim · 8 years ago
  84. bfc02ec Bumping snapshot version to 1.8.0-SNAPSHOT by Brian O'Connor · 8 years ago
  85. b19fc86 Bumping version back to 1.7.0-SNAPSHOT by Brian O'Connor · 8 years ago
  86. 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
  87. e4e99fa Fixed the priority of flow when deleted. by jskim · 8 years ago
  88. 7d88174 Added the media types that the DELETE methods of a resource can accept. by jskim · 8 years ago
  89. 1b0cb26 [ONOS-5134] VM cannot access to another VM with floating IP by Daniel Park · 8 years ago
  90. 9c3f30a fix to apply TCP/UDP port rule of Security Group by kimjt · 8 years ago
  91. a8d896c [ONOS-5114] Fix to send icmp packet from vm to gateway when floating is assigned by Daniel Park · 8 years ago
  92. 3d2bf9c [ONOS-4920] Use subnet not network when setting routing rules for routers by sangho · 8 years ago
  93. 0de4ba9 Remove duplicate version specifications by Yuta HIGUCHI · 8 years ago
  94. a2d9f49 [ONOS-4926] floating Ip flow rules handling when restarting ONOS by sangho · 8 years ago
  95. f1af068 [ONOS-5094] Fix to update group bucket when a gateway node jumped to INCOMPLETE state by Daniel Park · 8 years ago
  96. a09e1bb Use Collection#forEach() instead of Stream#forEach() for simplicity by Sho SHIMIZU · 8 years ago
  97. 4d28773 [ONOS-5038] Bug fix for "pending_add" flow rules by sangho · 8 years ago
  98. 5c8f048 [ONOS-5060] Bug fix for pNAT handler in OpenstackRouting by sangho · 8 years ago
  99. 5aa480b Fixed to add gateway node from ICMP handler also by Hyunsun Moon · 8 years ago
  100. 1063c23 [ONOS-5030] Fix to gateway ip address in host annotation refers appropriate ip address by Daniel Park · 8 years ago