1. 523d976 CORD-280 Enhanced initial node setup process considering various scenarios by Hyunsun Moon · 9 years ago
  2. 4f02b3a CORD-280 Added CLIs for cordvtn by Hyunsun Moon · 9 years ago
  3. a07f203 Mostly just fixing typos by Saurav Das · 9 years ago
  4. 569cce0 Remove UDP flow rules by Ray Milkey · 9 years ago
  5. 4ed9369 Support RADIUS server outside of the ONOS network by Ray Milkey · 9 years ago
  6. 14c7318 Updated mfwd delete behavior and fixed some small bugs by Julian Lawrence · 9 years ago
  7. 158d5d8 IGMP Deserialize now properly uses the offset and by Rusty Eddy · 9 years ago
  8. f8da965 [ONOS-3013]: unify the output of subnet api by bobzhou · 9 years ago
  9. aa4196f lower log level by HIGUCHI Yuta · 9 years ago
  10. eb088e6 Fix possible concurrency flaws in ArpHandler by Charles Chan · 9 years ago
  11. 1f14555 CORD-151 Implement initial compute node setup by Hyunsun Moon · 9 years ago
  12. b8e10c8 [CORD-209] Improve config loading of SegmentRouting by Charles Chan · 9 years ago
  13. 2932798 Added automatic mastership load balancing. Added comments in patch set. by Aaron Kruglikov · 9 years ago
  14. 4892263 Remove original network config handler by Charles Chan · 9 years ago
  15. 5251562 Fixing Javadoc errors by Brian O'Connor · 9 years ago
  16. bc865f6 Fix ProxyArp by Brian O'Connor · 9 years ago
  17. 0db9339 ONOS-3088 fix - exlude package processing for non-ARP or non-IPV6 packages by suibin zhang · 9 years ago
  18. 4636be0 [CORD-200] Improves Segment Routing using Network Configuration Subsystem by Charles Chan · 9 years ago
  19. da82eb8 [ONOS-3080] ONOSFW consists of three parts vtn/vtnweb/vtnrsc. Before we by samueljcc · 9 years ago
  20. af86fbf More AAA refactoring by Ray Milkey · 9 years ago
  21. d683288 [WIP][CORD-200] Improves Segment Routing using Network Configuration Subsystem by Charles Chan · 9 years ago
  22. 9b85c03 enable run reactive routing without BGP by Pingping Lin · 9 years ago
  23. 57f2e14 Modify AAA app to use the network configuation service by Ray Milkey · 9 years ago
  24. 7ca3ed9 Bringing cli commands back to mfwd and pim by Rusty Eddy · 9 years ago
  25. c0e3fea Added a CODEC for the MRIB to be used by CLI and REST API by Rusty Eddy · 9 years ago
  26. 9a426f8 Generalize IntentSynchronizer and separate reactive routing code by Jonathan Hart · 9 years ago
  27. 7d20af1 Refactor: Rename to more descriptive name by Sho SHIMIZU · 9 years ago
  28. a6426cb Refactor: Remove intermediate layer just delegating to DeviceResourceStore by Sho SHIMIZU · 9 years ago
  29. 5c16df8 Replace method call of DeviceResourceService with that of ResourceService by Sho SHIMIZU · 9 years ago
  30. 2ce0c73 cleaning mcast route data type in preperation for the backing store by alshabib · 9 years ago
  31. 7431fa1 Remove unnecessary continue by Sho SHIMIZU · 9 years ago
  32. 1ea57e1 Print exception to log instead of stderr by Jon Hall · 9 years ago
  33. 7e5a203 Minor AAA refactoring by Ray Milkey · 9 years ago
  34. 911c519 Unit tests for packet processing the the AAA app by Ray Milkey · 9 years ago
  35. 428ebc9 Removing some old dependencies in bgprouter. by Saurav Das · 9 years ago
  36. e528c11 [ONOS-3013]fix VTN bug: unify output of subnet rest api by bobzhou · 9 years ago
  37. 5eb79c5 Remove unnecessary cast by Sho SHIMIZU · 9 years ago
  38. d6734f6 [Emu] FlowAnalyzer app code and tests by Nikhil Cheerla · 9 years ago
  39. a3d1d1c ONOS-2926 Sending DHCPNAKs to failed ASSIGN request by samanwita pal · 9 years ago
  40. ddef893 Added McastConnectPoint to track membership source by Rusty Eddy · 9 years ago
  41. d4db3ab [ONOS-641] Update RouteEntryTest and RouterTest to include IPv6 as well by Charles Chan · 9 years ago
  42. 9bb3235 ONOS-2997 Cleaned up the package name-space and the REST API of the ACL app; REST API needs more work and should use codecs. by Thomas Vachuska · 9 years ago
  43. 1c0ea1a More AAA app refactoring by Ray Milkey · 9 years ago
  44. 75879ef AAA App refactoring by Ray Milkey · 9 years ago
  45. c40e5ed ONOS-2926 Remove IP instead of host when the IP mapping is released by samanwita pal · 9 years ago
  46. c3fca7f Refactoring of AAA app classes by Ray Milkey · 9 years ago
  47. a9b2b5d adding a multicast service to track multicast information. by alshabib · 9 years ago
  48. 2b53032 CORD-151 Refactor cordvtn service to reduce complexity by Hyunsun Moon · 9 years ago
  49. eff0054 Adding mfwd, igmp and mfwd apps by alshabib · 9 years ago
  50. b3eded0 change intentperf to explicitly use NewDistributedFlowRuleStore by suibin zhang · 9 years ago
  51. 0ae4560 Fixed a few javadoc warnings. by Thomas Vachuska · 9 years ago
  52. 0f47f34 [ONOS-2871]update VTN's bug: docking the neutron's interface, when get by lishuai · 9 years ago
  53. ce88390 [ONOS-2874]update VTN's bug: delete dhcp port unsuccessfully by lishuai · 9 years ago
  54. d2f6a25 [ONOS-2873]update VTN's bug: failed to create the VM on different networks by lishuai · 9 years ago
  55. 45624b8 [Emu] Changes default OpenFlow port to 6653. by Charles Chan · 9 years ago
  56. d0e932a CORD-151 add initial skeleton for cord-vtn application by Hyunsun Moon · 9 years ago
  57. f107bd7 ONOS-2947 Improvements to HostService by Brian O'Connor · 9 years ago
  58. 46080b6 Remove all address bindings code from Host subsystem. by Jonathan Hart · 9 years ago
  59. 9a38264 Removed config app that used to read addresses.json configuration. by Jonathan Hart · 9 years ago
  60. 39ee648 ProxyArpManager: Factor out common logic for handling ARP and NDP packets. by Jonathan Hart · 9 years ago
  61. f967ad6 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 9 years ago
  62. 0bff430 ONOS-2888 Bug fix to avaoid DHCP Server assigning two hosts the same IP by samanwita pal · 9 years ago
  63. 38a8821 change to LF line-endings; not CRLF. by Madan Jampani · 9 years ago
  64. ab2cf25 [Emu] CORD-151 initial sketch for CORD virtual network service by Hyunsun Moon · 9 years ago
  65. 7462641 Use lambda expression to simplify statements by Sho SHIMIZU · 9 years ago
  66. 7ccc2bc Changing default value for DHCP int config params from 0 to -1 by samanwita pal · 9 years ago
  67. 2a31340 DHCP Config changes + null pointer checks + ONOS-2881 by samanwita pal · 9 years ago
  68. feafdca Simplify lambda expression by removing braces by Sho SHIMIZU · 9 years ago
  69. fd0933b Remove redundant type arguments by Sho SHIMIZU · 9 years ago
  70. af97343 Use auto-unboxing instead of manual unboxing by Sho SHIMIZU · 9 years ago
  71. e2952e4 Remove unnecessary modifiers by Sho SHIMIZU · 9 years ago
  72. b2b2d98 Use LF as line separator by Sho SHIMIZU · 9 years ago
  73. 9f614a4 Remove unnecessary semicolons by Sho SHIMIZU · 9 years ago
  74. 2a645d4 Moved DHCP to director(0). by Thomas Vachuska · 9 years ago
  75. 0009044 Fixed a few defects with DHCP server top be able to run on the office network. by Thomas Vachuska · 9 years ago
  76. a8dbad4 Use diamond operator by Sho SHIMIZU · 9 years ago
  77. 6cfc02d Use dianmond operator by Sho SHIMIZU · 9 years ago
  78. f578b43 Simplify catch branch by Sho SHIMIZU · 9 years ago
  79. c0b211a Remove redundant toString() calls by Sho SHIMIZU · 9 years ago
  80. 49e2766 Replace String constructor call with literal by Sho SHIMIZU · 9 years ago
  81. d804f7f ONOS-2848 Fix bug of DefaultHostRoute is not registered. by jiangrui · 9 years ago
  82. b3a3b52 Rolling back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  83. cbc5878 Tagging 1.3.0-rc2 by Brian O'Connor · 9 years ago 1.3.0-rc2
  84. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  85. f58a888 Fill in some missing package info files. by Ray Milkey · 9 years ago
  86. fef9b2e ONOS-2848 Fix bug of post subnet about class is not registered. by jiangrui · 9 years ago
  87. 8dc81ea Apply JUnit4 style test by Sho SHIMIZU · 9 years ago
  88. f321e6b Adding package-info files for the DHCP application by samanwita pal · 9 years ago
  89. 9b36d81 Javadoc fixes by Ray Milkey · 9 years ago
  90. a1da42e Renaming DHCP* to Dhcp* to follow ONOS conventions. by Thomas Vachuska · 9 years ago
  91. 54dc352 Modifying packaging to make the DHCP GUI work from WAR bundle-style packaging. by Thomas Vachuska · 9 years ago
  92. a862548 Add optional 'name' field in BGP speaker config by Jonathan Hart · 9 years ago
  93. efa3ef9 ONOS-2750 Add feature to onos-app-vtn by CNlucius · 9 years ago
  94. a66c397 ONOS-2724 Fix bug of apply flowrule and remove flowrule by CNlucius · 9 years ago
  95. ac0879a ONOS-2843 Fix bug post NBI subnet get an error. by jiangrui · 9 years ago
  96. 84a25fc Fix ML_SYNC_ON_FIELD_TO_GUARD_CHANGING_THAT_FIELD issue by HIGUCHI Yuta · 9 years ago
  97. e8bcb70 Changing version to back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  98. 004345f Tagging 1.3.0-rc1 by Brian O'Connor · 9 years ago 1.3.0-rc1
  99. 8969cbe Removing DHCPMessageType as DHCPPacketType Class was already defined by samanwita pal · 9 years ago
  100. 0a400ea Adding ability for Config to be backed by generic JsonNode, i.e. either ObjectNode or ArrayNode. by Thomas Vachuska · 9 years ago