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