1. 1ea57e1 Print exception to log instead of stderr by Jon Hall · 9 years ago
  2. 7e5a203 Minor AAA refactoring by Ray Milkey · 9 years ago
  3. 911c519 Unit tests for packet processing the the AAA app by Ray Milkey · 9 years ago
  4. 428ebc9 Removing some old dependencies in bgprouter. by Saurav Das · 9 years ago
  5. e528c11 [ONOS-3013]fix VTN bug: unify output of subnet rest api by bobzhou · 9 years ago
  6. 5eb79c5 Remove unnecessary cast by Sho SHIMIZU · 9 years ago
  7. d6734f6 [Emu] FlowAnalyzer app code and tests by Nikhil Cheerla · 9 years ago
  8. a3d1d1c ONOS-2926 Sending DHCPNAKs to failed ASSIGN request by samanwita pal · 9 years ago
  9. ddef893 Added McastConnectPoint to track membership source by Rusty Eddy · 9 years ago
  10. d4db3ab [ONOS-641] Update RouteEntryTest and RouterTest to include IPv6 as well by Charles Chan · 9 years ago
  11. 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
  12. 1c0ea1a More AAA app refactoring by Ray Milkey · 9 years ago
  13. 75879ef AAA App refactoring by Ray Milkey · 9 years ago
  14. c40e5ed ONOS-2926 Remove IP instead of host when the IP mapping is released by samanwita pal · 9 years ago
  15. c3fca7f Refactoring of AAA app classes by Ray Milkey · 9 years ago
  16. a9b2b5d adding a multicast service to track multicast information. by alshabib · 9 years ago
  17. 2b53032 CORD-151 Refactor cordvtn service to reduce complexity by Hyunsun Moon · 9 years ago
  18. eff0054 Adding mfwd, igmp and mfwd apps by alshabib · 9 years ago
  19. b3eded0 change intentperf to explicitly use NewDistributedFlowRuleStore by suibin zhang · 9 years ago
  20. 0ae4560 Fixed a few javadoc warnings. by Thomas Vachuska · 9 years ago
  21. 0f47f34 [ONOS-2871]update VTN's bug: docking the neutron's interface, when get by lishuai · 9 years ago
  22. ce88390 [ONOS-2874]update VTN's bug: delete dhcp port unsuccessfully by lishuai · 9 years ago
  23. d2f6a25 [ONOS-2873]update VTN's bug: failed to create the VM on different networks by lishuai · 9 years ago
  24. 45624b8 [Emu] Changes default OpenFlow port to 6653. by Charles Chan · 9 years ago
  25. d0e932a CORD-151 add initial skeleton for cord-vtn application by Hyunsun Moon · 9 years ago
  26. f107bd7 ONOS-2947 Improvements to HostService by Brian O'Connor · 9 years ago
  27. 46080b6 Remove all address bindings code from Host subsystem. by Jonathan Hart · 9 years ago
  28. 9a38264 Removed config app that used to read addresses.json configuration. by Jonathan Hart · 9 years ago
  29. 39ee648 ProxyArpManager: Factor out common logic for handling ARP and NDP packets. by Jonathan Hart · 9 years ago
  30. f967ad6 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 9 years ago
  31. 0bff430 ONOS-2888 Bug fix to avaoid DHCP Server assigning two hosts the same IP by samanwita pal · 9 years ago
  32. 38a8821 change to LF line-endings; not CRLF. by Madan Jampani · 9 years ago
  33. ab2cf25 [Emu] CORD-151 initial sketch for CORD virtual network service by Hyunsun Moon · 9 years ago
  34. 7462641 Use lambda expression to simplify statements by Sho SHIMIZU · 9 years ago
  35. 7ccc2bc Changing default value for DHCP int config params from 0 to -1 by samanwita pal · 9 years ago
  36. 2a31340 DHCP Config changes + null pointer checks + ONOS-2881 by samanwita pal · 9 years ago
  37. feafdca Simplify lambda expression by removing braces by Sho SHIMIZU · 9 years ago
  38. fd0933b Remove redundant type arguments by Sho SHIMIZU · 9 years ago
  39. af97343 Use auto-unboxing instead of manual unboxing by Sho SHIMIZU · 9 years ago
  40. e2952e4 Remove unnecessary modifiers by Sho SHIMIZU · 9 years ago
  41. b2b2d98 Use LF as line separator by Sho SHIMIZU · 9 years ago
  42. 9f614a4 Remove unnecessary semicolons by Sho SHIMIZU · 9 years ago
  43. 2a645d4 Moved DHCP to director(0). by Thomas Vachuska · 9 years ago
  44. 0009044 Fixed a few defects with DHCP server top be able to run on the office network. by Thomas Vachuska · 9 years ago
  45. a8dbad4 Use diamond operator by Sho SHIMIZU · 9 years ago
  46. 6cfc02d Use dianmond operator by Sho SHIMIZU · 9 years ago
  47. f578b43 Simplify catch branch by Sho SHIMIZU · 9 years ago
  48. c0b211a Remove redundant toString() calls by Sho SHIMIZU · 9 years ago
  49. 49e2766 Replace String constructor call with literal by Sho SHIMIZU · 9 years ago
  50. d804f7f ONOS-2848 Fix bug of DefaultHostRoute is not registered. by jiangrui · 9 years ago
  51. b3a3b52 Rolling back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  52. cbc5878 Tagging 1.3.0-rc2 by Brian O'Connor · 9 years ago 1.3.0-rc2
  53. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  54. f58a888 Fill in some missing package info files. by Ray Milkey · 9 years ago
  55. fef9b2e ONOS-2848 Fix bug of post subnet about class is not registered. by jiangrui · 9 years ago
  56. 8dc81ea Apply JUnit4 style test by Sho SHIMIZU · 9 years ago
  57. f321e6b Adding package-info files for the DHCP application by samanwita pal · 9 years ago
  58. 9b36d81 Javadoc fixes by Ray Milkey · 9 years ago
  59. a1da42e Renaming DHCP* to Dhcp* to follow ONOS conventions. by Thomas Vachuska · 9 years ago
  60. 54dc352 Modifying packaging to make the DHCP GUI work from WAR bundle-style packaging. by Thomas Vachuska · 9 years ago
  61. a862548 Add optional 'name' field in BGP speaker config by Jonathan Hart · 9 years ago
  62. efa3ef9 ONOS-2750 Add feature to onos-app-vtn by CNlucius · 9 years ago
  63. a66c397 ONOS-2724 Fix bug of apply flowrule and remove flowrule by CNlucius · 9 years ago
  64. ac0879a ONOS-2843 Fix bug post NBI subnet get an error. by jiangrui · 9 years ago
  65. 84a25fc Fix ML_SYNC_ON_FIELD_TO_GUARD_CHANGING_THAT_FIELD issue by HIGUCHI Yuta · 9 years ago
  66. e8bcb70 Changing version to back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  67. 004345f Tagging 1.3.0-rc1 by Brian O'Connor · 9 years ago 1.3.0-rc1
  68. 8969cbe Removing DHCPMessageType as DHCPPacketType Class was already defined by samanwita pal · 9 years ago
  69. 0a400ea Adding ability for Config to be backed by generic JsonNode, i.e. either ObjectNode or ArrayNode. by Thomas Vachuska · 9 years ago
  70. ef97932 Renamed dhcp app directory name. by Thomas Vachuska · 9 years ago
  71. f28207b Moving DHCP to onos branch. REST API included, GUI to be added later. by samanwita pal · 9 years ago
  72. 2fff70f [ONOS-2233] Implement of Tunnel monitoring, measurement and observation by chengfan · 9 years ago
  73. 8e1df3d adding missing class to serializer by alshabib · 9 years ago
  74. ed540a3 Simplify lambda expressions by removing braces by Sho SHIMIZU · 9 years ago
  75. b017141 Use auto-boxing by Sho SHIMIZU · 9 years ago
  76. aab784e Use filter() to skip undesired instances by Sho SHIMIZU · 9 years ago
  77. 47eedec Apply more functional style by Sho SHIMIZU · 9 years ago
  78. d1fd469 Remove if statement checking the same condition at filter() by Sho SHIMIZU · 9 years ago
  79. 00c9cfa Use filter() to simplify statements in a lambda expression by Sho SHIMIZU · 9 years ago
  80. 7a4e995 Simplify expression by Sho SHIMIZU · 9 years ago
  81. d9b7000 Making the vtn resource app distributed by alshabib · 9 years ago
  82. a51d366 ONOS-2781 Add docs vtnweb and vtnrsc package-info. by jiangrui · 9 years ago
  83. 7d2e48e Use LF as line separator by Sho SHIMIZU · 9 years ago
  84. e53419b update ACL app copyright info by Pengfei Lu · 9 years ago
  85. 4cb3988 Moved ProxyArp, SDN-IP and BgpRouter to use new config format. by Jonathan Hart · 9 years ago
  86. c03df25 ONOS-2744 Adding a small app to manage cluster IP alias; requires arping tool. by Thomas Vachuska · 9 years ago
  87. f4da26c [ONOS-2736] Fix bug of getting json from subnet. by jiangrui · 9 years ago
  88. 4998caa ONOS-2488 Finished moving network config stuff out of the incubator area. by Thomas Vachuska · 9 years ago
  89. bac6283 [ONOS-2718][ONOS-2722][ONOS-2723] Fix three bugs of vtnweb. by jiangrui · 9 years ago
  90. 9ba8cda [ONOS-2253] The CLIs of subnet resource. by jiangrui · 9 years ago
  91. 8143ad4 [ONOS-2254] The CLIs of port resource. by jiangrui · 9 years ago
  92. cf732fb ONOS-2711 Replaced short to TpPort for tcp/udp ports by Hyunsun Moon · 9 years ago
  93. c983e73 [ONOS-2721] Fix the bug return info ports to port. by jiangrui · 9 years ago
  94. 7d2d7fb [ONOS-2252] The CLIs of network resource. by jiangrui · 9 years ago
  95. 4000302 ONOS-2709 Fix bug of installing flowrules. by CNlucius · 9 years ago
  96. e9532ab olt testing by alshabib · 9 years ago
  97. f2ab6f3 Add Swagger comments and dependencies to appsm with REST APIs by Ray Milkey · 9 years ago
  98. 5b2fff1 ONOS-2622 Fix error of north app and update onos-app-vtnrsc package by CNlucius · 9 years ago
  99. 87ae1d9 Fixed javadoc warnings & added a few deprecations. by Thomas Vachuska · 9 years ago
  100. 0fa2aa1 ONOS-2486 Adding swagger-based REST API documentation. by Thomas Vachuska · 9 years ago