1. 5b5bd9a minor changes in l3vpn and patch-yang-libs by Bharat saraswal · 7 years ago
  2. e4ab4f2 ONOS-6185 [ONOS-YANG-DEMO1]Delete operation is not deleting from store by Sithara Punnassery · 7 years ago
  3. c97ff68 fix for JIRA issue ONOS-6161.Possible null pointer reference on portchain-list object in file 'SfcManager.java' at line no 394 by nitinanand · 7 years ago
  4. b28d5dd Bug fix - Do not create new next-objective if there are no by Saurav Das · 7 years ago
  5. d92f6eb Fixing yang_library macro. by Thomas Vachuska · 7 years ago
  6. 9325471 Defines VLANQuery behavior for new Corsa pipeline by Pier Luigi · 7 years ago
  7. 36b1d77 [ONOS-6195] Updating L3VPN create. by janani b · 7 years ago
  8. 0f0d748 [ONOS-5750] Improve MappingEntryBuilder to convert LCAF to ext addr by Jian Li · 7 years ago
  9. 50b51ee [ONOS-6142] Add SrcDst and TE extension addresses with unit tests by Jian Li · 7 years ago
  10. cdd1bfd Separate privileged methods to MappingAdminService by Jian Li · 7 years ago
  11. f4ba44f ONOS-5450 Initial implementation of OFAgent by Hyunsun Moon · 7 years ago
  12. e9e4571 Topo2: Reset Pan and zoom to user defined or configured location by Steven Burrows · 7 years ago
  13. 7d1efef Topo2: Fixed a map scaling errors causing nodes to appera like they were incorrectly positioned by Steven Burrows · 7 years ago
  14. 326b61d ONOS-6189 by Sithara Punnassery · 7 years ago
  15. 670083a Adjust initial scale for bay root layout by Simon Hunt · 7 years ago
  16. 47f82dc Support multiple pending add buckets by Yi Tseng · 7 years ago
  17. f7e7d4a Remove unnecessary parameter (region id) when layout already encapsulates that data. by Simon Hunt · 7 years ago
  18. 117952d Using static l2 flood group key by Yi Tseng · 7 years ago
  19. fa394de Fix for ONOS-5175. GroupId refactoring. by Yi Tseng · 7 years ago
  20. eeb3dc1 [CORD-1051] Fix bug when remove multiple bucket by Yi Tseng · 7 years ago
  21. cdfda20 LeaderShip implementation in L3vpn app. by Bharat saraswal · 7 years ago
  22. 4b0eda8 Remove usage of deprecated function by Jon Hall · 7 years ago
  23. d17bc73 Fixing compile errors. by Thomas Vachuska · 7 years ago
  24. 35f6cbc [ONOS-6191] NET L3VPN create operation support by janani b · 7 years ago
  25. 2a1fe2d Bumping ONOS dependency on onos-yang-tools version 1.12.0-b7. by Thomas Vachuska · 7 years ago
  26. f4edb31 HostMonitor: Only probe directly if we are not already monitoring the host. by Jonathan Hart · 7 years ago
  27. b0dbe6b Netconf active & passive component fix. by Bharat saraswal · 7 years ago
  28. d24dc98 Fixing issue with acquiring yang schema context. @ONOS-6182 by Aaron Kruglikov · 7 years ago
  29. 0439fd7 Cleaning pom.xml files. Please everyone, watch the sloppiness for Pete's sake! by Thomas Vachuska · 7 years ago
  30. a445d3d [ONOS-6142] Add nonce and segment extension address with unit test by Jian Li · 7 years ago
  31. 6690f59 Fix for ONOS-6149-Not able to configure heartbeatInterval and by Deepa Vaddireddy · 7 years ago
  32. a2951ed YANG Runtime Manager provide root level schema context. by Gaurav Agrawal · 7 years ago
  33. f41dec3 [ONOS-6183] NET l3VPN structure and store implementation by janani b · 7 years ago
  34. f0c6f54 Keep track of pan and zoom of layouts in metaUI data (no longer in user preferences). by Simon Hunt · 7 years ago
  35. e47e21a [ONOS-6142] Add multicast & NAT extension addresses with unit test by Jian Li · 7 years ago
  36. be0a265 Cleaning up app categories. by Thomas Vachuska · 7 years ago
  37. e6dc244 Simplifying yang_model usage. by Thomas Vachuska · 7 years ago
  38. cde197c Enhancing YANG GUI with information on YANG models. by Thomas Vachuska · 7 years ago
  39. 22f731c Created yang_model bucklet. by Thomas Vachuska · 7 years ago
  40. 01001b9 Remove archetypes from smoke test - causes problems with SNAPSHOT builds by Ray Milkey · 7 years ago
  41. 64cc582 Remove left over system directory after test completes by Ray Milkey · 7 years ago
  42. 73436b5 Adding demo yang models and working on yang model packaging. by Thomas Vachuska · 7 years ago
  43. bda8250 ONOS-6080 Dynamic Config Svc : Demo1 end to end integration and dry runs by Sithara Punnassery · 7 years ago
  44. e2bd115 Changing default path separator to "|" to unblock dynamic config demo. by Thomas Vachuska · 7 years ago
  45. f90c650 [ONOS-6033] Corsa pipelines should filter the clear deferred actions by Pier Luigi · 7 years ago
  46. 5a2af5e Yang App: include bundle updated. by Bharat saraswal · 7 years ago
  47. d117263 CORD-810 Remove VLAN extension selector from OFDPA 3 by Charles Chan · 7 years ago
  48. 8e938d4 CORD-82 Remove ofdpa specific vrouter - fabric integration workaround from CPR by Charles Chan · 7 years ago
  49. 0ed44fb CORD-1015 CPR bridging alternative by Charles Chan · 7 years ago
  50. 9238b38 Probe all interfaces that contains given IP by Charles Chan · 7 years ago
  51. a9f8ae4 Support tagged next hop in Segment Routing by Charles Chan · 7 years ago
  52. f2e7a34 Carry original route in ResolvedRoute object. by Jonathan Hart · 7 years ago
  53. 92ca94d Carry next hop VLAN in the resolved route by Charles Chan · 7 years ago
  54. 96c146b Refactor route subsystem to support multiple routes for each prefix. by Jonathan Hart · 7 years ago
  55. 59d24eb Refactoring NETCONF client to consolidate active and passive components into the same jar and app. by Thomas Vachuska · 7 years ago
  56. 0cb73f4 YANG GUI adding initial content. by Thomas Vachuska · 7 years ago
  57. 924995b Extract duplicated APP_KRYO variable into extension interface by Jian Li · 7 years ago
  58. 3ddd553 [ONOS-6142] Add geo coordinate & list ext addresses with unit test by Jian Li · 7 years ago
  59. ed81ed6 Added scale and offset parameters to LayoutAddCommand. by Simon Hunt · 7 years ago
  60. 8a77332 Change @Component(immediate) to true for restconf app manager and restconfBroker by jingan · 7 years ago
  61. 425837f ONOS-6078 Netconf : Active component by Sithara Punnassery · 7 years ago
  62. 299bc1d [ONOS-6142] Add AppData and AS extension addresses with unit test by Jian Li · 7 years ago
  63. 041534b [ONOS-5992] Ensure futures for failed messages are completed using the supplied Executor in NettyMessagingManager. by Jordan Halterman · 7 years ago
  64. 6cc7488 Implementing ability to process single-bundle ONOS apps whose meta-data by Thomas Vachuska · 7 years ago
  65. 649d024 Updating proxy-stc to use basename of test tar by Brian O'Connor · 7 years ago
  66. da5ae57 Updating buck by Brian O'Connor · 7 years ago
  67. 5420e8a Updating buck-publish-package to point at new yang plugin dir by Brian O'Connor · 7 years ago
  68. 1b55bfb Partially reverting Change-Id: Ic3a2f13c14816e803debc208826445ef27b49a4f by Brian O'Connor · 7 years ago
  69. 4cd2ced ONOS-6154 Demo1: Integration - Restconf Exception during GET by Sithara Punnassery · 7 years ago
  70. c9ce09a Add dev script for splitting ONOS/Atomix logs for debugging individual partitions/sessions. by Jordan Halterman · 7 years ago
  71. 3044b66 Ensure onos-wait-for-start script completes successfully when DEBUG logging is enabled by checking all logs. by Jordan Halterman · 7 years ago
  72. 5c8c2cf ONOS-5756 Default flag changed to restconf app. by Ching-Ting Sun · 7 years ago
  73. 92a8623 [ONOS-6155][ONOS-6156]Issue fix in Json parsing by Vidyashree Rama · 7 years ago
  74. 2521d5f Topo2: Correctly track location of nodes PER Region. by Simon Hunt · 7 years ago
  75. 6119ac7 [ONOS-6147] POST operation support utility list node processing by sonugupta-huawei · 7 years ago
  76. 917beb4 [ONOS-6150] OpenstackNode application support creation of vlan interface on open vswitch by daniel park · 7 years ago
  77. 93722ef apperent infinite loop by kdarapu · 7 years ago
  78. 465a260 ONOS-5682 Trigger DeviceEvent when virtual device or port is added/updated/removed by Claudine Chiu · 7 years ago
  79. 9ac244b Enabling execution of STC on a remote proxy by Thomas Vachuska · 7 years ago
  80. 9011dfe Unit test for DefaultConsistentMap by Ray Milkey · 7 years ago
  81. 1ad9a63 Verify REST app is up before issuing API calls by Ray Milkey · 7 years ago
  82. 309068e Integrating netconf active and passive components. by Aaron Kruglikov · 7 years ago
  83. bd1cd44 ONOS-6039 Removed unused openstackinterface app by Hyunsun Moon · 7 years ago
  84. e0a98f5 Topo2: remove unused "dir" parameter on navTo commands. by Simon Hunt · 7 years ago
  85. cadc37c Removed unused xosclient application by Hyunsun Moon · 7 years ago
  86. 2d54a36 [ONOS-5990] L3VPN device model YANG files by janani b · 7 years ago
  87. 08f613a Fix: Correct typos in multicast LCAF address class by Jian Li · 7 years ago
  88. 3ff327a [ONOS-6142] Add skeleton code for LISP extension addresses by Jian Li · 7 years ago
  89. f0af7aa [ONOS-6147] POST operation support utility by sonugupta-huawei · 7 years ago
  90. c6d536f [ONOS-5989] YANG based L3VPN: Provide the skeleton structure with L3SM model by Gaurav Agrawal · 7 years ago
  91. a6ae121 Topo2: sprites now use logical colors. by Simon Hunt · 7 years ago
  92. f4e06a4 Make it slightly easier to uncomment includes in index.html by Simon Hunt · 7 years ago
  93. c846893 Topo2: Initial re-implementation of the toolbar by Steven Burrows · 7 years ago
  94. 0454d70 few minor fixes around netconf subsystem by Yuta HIGUCHI · 7 years ago
  95. 8add0f6 Simplify the method chain by Sho SHIMIZU · 7 years ago
  96. a2a4f34 lower log level when pipeliner not supported by Yuta HIGUCHI · 7 years ago
  97. e8a455a Topo2: Handle regions without a map/sprite by Steven Burrows · 7 years ago
  98. a5b5f4e Fixed to trigger correct event when a gateway removed by Hyunsun Moon · 7 years ago
  99. bb64490 Reveting workaround for Restconf path mismatch, with the availability of fix in Restconf[change 13185] by Sithara Punnassery · 7 years ago
  100. bc26a52 Adding a early version of the passive component to handle communication between the NETCONF subsystem and the Dynamic Config Store (as well as other apps). by Aaron Kruglikov · 7 years ago