1. 8969cbe Removing DHCPMessageType as DHCPPacketType Class was already defined by samanwita pal · 9 years ago
  2. 0a400ea Adding ability for Config to be backed by generic JsonNode, i.e. either ObjectNode or ArrayNode. by Thomas Vachuska · 9 years ago
  3. ef97932 Renamed dhcp app directory name. by Thomas Vachuska · 9 years ago
  4. f28207b Moving DHCP to onos branch. REST API included, GUI to be added later. by samanwita pal · 9 years ago
  5. 2fff70f [ONOS-2233] Implement of Tunnel monitoring, measurement and observation by chengfan · 9 years ago
  6. 8e1df3d adding missing class to serializer by alshabib · 9 years ago
  7. ed540a3 Simplify lambda expressions by removing braces by Sho SHIMIZU · 9 years ago
  8. b017141 Use auto-boxing by Sho SHIMIZU · 9 years ago
  9. aab784e Use filter() to skip undesired instances by Sho SHIMIZU · 9 years ago
  10. 47eedec Apply more functional style by Sho SHIMIZU · 9 years ago
  11. d1fd469 Remove if statement checking the same condition at filter() by Sho SHIMIZU · 9 years ago
  12. 00c9cfa Use filter() to simplify statements in a lambda expression by Sho SHIMIZU · 9 years ago
  13. 7a4e995 Simplify expression by Sho SHIMIZU · 9 years ago
  14. d9b7000 Making the vtn resource app distributed by alshabib · 9 years ago
  15. a51d366 ONOS-2781 Add docs vtnweb and vtnrsc package-info. by jiangrui · 9 years ago
  16. 7d2e48e Use LF as line separator by Sho SHIMIZU · 9 years ago
  17. e53419b update ACL app copyright info by Pengfei Lu · 9 years ago
  18. 4cb3988 Moved ProxyArp, SDN-IP and BgpRouter to use new config format. by Jonathan Hart · 9 years ago
  19. c03df25 ONOS-2744 Adding a small app to manage cluster IP alias; requires arping tool. by Thomas Vachuska · 9 years ago
  20. f4da26c [ONOS-2736] Fix bug of getting json from subnet. by jiangrui · 9 years ago
  21. 4998caa ONOS-2488 Finished moving network config stuff out of the incubator area. by Thomas Vachuska · 9 years ago
  22. bac6283 [ONOS-2718][ONOS-2722][ONOS-2723] Fix three bugs of vtnweb. by jiangrui · 9 years ago
  23. 9ba8cda [ONOS-2253] The CLIs of subnet resource. by jiangrui · 9 years ago
  24. 8143ad4 [ONOS-2254] The CLIs of port resource. by jiangrui · 9 years ago
  25. cf732fb ONOS-2711 Replaced short to TpPort for tcp/udp ports by Hyunsun Moon · 9 years ago
  26. c983e73 [ONOS-2721] Fix the bug return info ports to port. by jiangrui · 9 years ago
  27. 7d2d7fb [ONOS-2252] The CLIs of network resource. by jiangrui · 9 years ago
  28. 4000302 ONOS-2709 Fix bug of installing flowrules. by CNlucius · 9 years ago
  29. e9532ab olt testing by alshabib · 9 years ago
  30. f2ab6f3 Add Swagger comments and dependencies to appsm with REST APIs by Ray Milkey · 9 years ago
  31. 5b2fff1 ONOS-2622 Fix error of north app and update onos-app-vtnrsc package by CNlucius · 9 years ago
  32. 87ae1d9 Fixed javadoc warnings & added a few deprecations. by Thomas Vachuska · 9 years ago
  33. 0fa2aa1 ONOS-2486 Adding swagger-based REST API documentation. by Thomas Vachuska · 9 years ago
  34. a412236 ONOS-2190 - Move org.onosproject.net.config.* out of the incubator by Ray Milkey · 9 years ago
  35. 373aac5 Optimized the pcep api by chengfan · 9 years ago
  36. 3b2743d [ONOS-2384]Driver for standard OpenVSwitch by samuel · 9 years ago
  37. 96c5a4a ONOS-2513 Fix entire MP2SP intent failing on partial connectivity loss by Jonathan Hart · 9 years ago
  38. 78b300c WIP: Transactional map cli for system tests by Jon Hall · 9 years ago
  39. 1e9044c [ONOS-2548] by samuel · 9 years ago
  40. e30fcda Fix for SDN-IP installing wrong point-to-point intents. by Jonathan Hart · 9 years ago
  41. 91b2ff4 [ONOS-2247]The implementation of subnet resource service. by xuzhang · 9 years ago
  42. fda0093 [ONOS-2248]The implementation of port resource service. by xuzhang · 9 years ago
  43. 41ad728 [ONOS-2158]The implementation of TenantNetwork. by xuzhang · 9 years ago
  44. 6601899 Add BGP configuration to config subsystem. by Jonathan Hart · 9 years ago
  45. 320c58f Refactoring to eliminate duplicate DefaultTopology and DefaultTopologyGraph; eliminating a few fixmes. by Thomas Vachuska · 9 years ago
  46. a5e17fc [2160]the implementation of vtn app and modify vtnrsc/pom.xml by samuel · 9 years ago
  47. 2a9ea49 Fix bug where SDN-IP installs more intents than needed by Jonathan Hart · 9 years ago
  48. d894b5d Fixing javadoc warnings, provided missing package javadocs and corrected group structure. by Thomas Vachuska · 9 years ago
  49. 3b78326 Refactoring addProcessor() calls to use type methods by Brian O'Connor · 9 years ago
  50. 6cfd289 [ONOS-2248]The implementation of port resource service. by xuzhang · 9 years ago
  51. e4e7505 [ONOS-2115]Create an application named vtn to apply configuration and by samuel · 9 years ago
  52. 0f8d00e ONOS-2432 Fixed blackhole npe by only acting on src and dst hosts that are not null by Sahil Lele · 9 years ago
  53. 585f905 [ONOS-2112]Create an application used to manage virtual network subnet and by xuzhang · 9 years ago
  54. e05cae4 ONOS-1479 - GUI Topology Overlay Work - (WIP) by Simon Hunt · 9 years ago
  55. 1468fee Set VLAN ID at the OLT. by Jonathan Hart · 9 years ago
  56. 8d03367 Fixing log messages by Thomas Vachuska · 9 years ago
  57. 7b96166 @ONOS-2379 Improve the efficiency of blackhole solution by reusing shortest paths to the same src for each src/dst pair by Sahil Lele · 9 years ago
  58. 9c9ff7c Initial skeleton for the flow space analyzer application. by Thomas Vachuska · 9 years ago
  59. 359abf7 implement OchPort,OduCltPort,OmsPort by chengfan · 9 years ago
  60. 71abe1b - Adds error handling for Segment routing CLI by sangho · 9 years ago
  61. 38c7eda Change origin information in pom.xml by Pengfei Lu · 9 years ago
  62. a69534f ONOS-2379 Reactive Fwd improvements prune bad flows from switches when a link goes down by Sahil Lele · 9 years ago
  63. f591b65 Add newer counter functions to the test application by Jon Hall · 9 years ago
  64. 7d7f3be OECFG (onos-oecfg) completely removed by Nikhil Cheerla · 9 years ago
  65. 64da69d Move AAA app to OLT by Jonathan Hart · 9 years ago
  66. 29acad6 Stop proxyarp from handling mcast packets and a configuration item to by Rusty Eddy · 9 years ago
  67. 6ff9764 Revert "OECF removed working" by Marc De Leenheer · 9 years ago
  68. 3f745f7 Fixed acl app pom.xml file to eliminate redundant and/or conflicting sections. by Thomas Vachuska · 9 years ago
  69. e0c02e2 Add an ACL application by Pengfei Lu · 9 years ago
  70. 5f8f8f0 OECF removed working by Nikhil Cheerla · 9 years ago
  71. c19d829 Ooops... missed a few comments when merging Aaron's change. Sorry about that. by Thomas Vachuska · 9 years ago
  72. af734ff forwarding radius packets to radius by alshabib · 9 years ago
  73. 07a923d Include logic for cancelling requests for packets. by Aaron Kruglikov · 9 years ago
  74. 0a9c9c4 Simplify non-equality comparison by Sho SHIMIZU · 9 years ago
  75. 41ee2f0 added missing descriptions to pom files by Ayaka Koshibe · 9 years ago
  76. dfc3b86 Add punt EAPOL rule for OLT by Jonathan Hart · 9 years ago
  77. 819ee29 Use diamond operator by Sho SHIMIZU · 9 years ago
  78. 3e61879 remove info about the vendor,fix javadoc errors by chengfan · 9 years ago
  79. 3217d1b Add back EtherType switching based on named enums by Jonathan Hart · 9 years ago
  80. 4a60bb3 Cleaned up AAA app now it's in the ONOS core. by Jonathan Hart · 9 years ago
  81. 9553bb8 Make TrafficTreatment.Builder.setLambda() deprecated by Sho SHIMIZU · 9 years ago
  82. fe89d3a Simplify the statement by Sho SHIMIZU · 9 years ago
  83. 260439d Replace deprecated APIs with the alternatives by Sho SHIMIZU · 9 years ago
  84. be63b23 Regard the release when the APIs became deprecated as Cardinal by Sho SHIMIZU · 9 years ago
  85. 7b808c5 small fixes to ethtype pattern by alshabib · 9 years ago
  86. 79d7c25 ONOS AAA app: Authentication and Authorization logic. by Ari Saha · 9 years ago
  87. 2a65575 Improve the resiliency of the packet deserialization code. by Jonathan Hart · 9 years ago
  88. caf1ca2 adding EthType to secure handling ether types by alshabib · 9 years ago
  89. 8a52471 paths should from bgp peer connect points for Internet-to-local traffic by Pingping Lin · 9 years ago
  90. bcf1a48 Removed ClockService<K, V> and replaced its usage with a BiFunction<K, V, Timestamp> by Madan Jampani · 9 years ago
  91. 36c9d2c Adds a Segment Routing CLI to remove a tunnel (srtunnel-remove). by sangho · 9 years ago
  92. 27bee09 ONOS-2145 Added ability to withdraw packet intercepts via PacketService::cancelPackets. by Thomas Vachuska · 9 years ago
  93. fe4e308 Supports UPD and TCP ports for Segment Routing policy add CLI (srpolicy-add). by sangho · 9 years ago
  94. d13a37b Remove deprecated Flow Rule constructors by Ray Milkey · 9 years ago
  95. 7d4d11b CORD GUI -- Icon fix by Bri Prebilic Cole · 9 years ago
  96. e10ece0 let the XOS IP and port configurable by Pingping Lin · 9 years ago
  97. e099f2b Init demo subscriber was not getting called by Jonathan Hart · 9 years ago
  98. a2413b5 CORD GUI -- Logo and favicon changed. by Bri Prebilic Cole · 9 years ago
  99. 6703da2 Add CLI commands to create/list/remove tunnels and policies by sangho · 9 years ago
  100. 80ba4a7 Register device listener in OLT app by Jonathan Hart · 9 years ago