1. 4673237 [ONOS-8139]Private SSH Key File Path made configurable for passwordless netconf ssh connection by Anurag Chadha · 3 years ago
  2. b6a6bcb [ONOS-8137] Bug fixed for driver not found in case of ipv6 address being used in short notation by Anurag Chadha · 3 years, 2 months ago
  3. 924f01f [ONOS-8129] Bug fixed for duplicate events when netconf device goes down along with some fixes for NPE in NetconfControllerImpl by Anurag Chadha · 3 years, 6 months ago
  4. fb36217 [ONOS-8130] Correct and cosistent access to message-id counter in NetconfSessionMinaImpl by Andrea Campanella · 3 years, 6 months ago
  5. 8a9feb5 [ONOS-8111]Fix for passwordless ssh to netconf device without sshkey by Anurag Chadha · 3 years, 10 months ago
  6. 01ab40a [ONOS-8106][ONOS-8107] Fix for netconf ssh session not initiating when a node goes down in cluster by Anurag Chadha · 3 years, 10 months ago
  7. e340ec9 ZTE Netconf driver for ODTN-phase 1.0 by 10068695 · 4 years, 7 months ago
  8. 3a36145 Updating CassiniDriver according to testing with IPI by Andrea Campanella · 4 years, 10 months ago
  9. e1b418f Clean up logging in (or relevant to) Juniper NETCONF provider by Kieran McPeake · 5 years ago
  10. 3c99ee7 Changed the how to relay proxy message within cluster by gyewan.an · 5 years ago
  11. 91d7e7e [ONOS-7566] Implementation of NetconfProxySession by gyewan.an · 5 years ago
  12. c535b67 Fix for Netconf device re-connection. by Andrea Campanella · 5 years ago
  13. 9b582b0 ONOS-7920 - mutex around access to prevent reentrant creation by David K. Bainbridge · 5 years ago
  14. 77d8ca4 ONOS-7918 yes, release the reference to the reply by David K. Bainbridge · 5 years ago
  15. a2a6c3c Refactoring Netconf Device Provider to simplify device connection and avoid calling behaviours when the session is not yet established by Andrea Campanella · 5 years ago
  16. 1070de9 ONOS-7916 address a NPE and add some more debugging logs by David K. Bainbridge · 5 years ago
  17. 56e9023 ONOS-7806 - add support for path differentiator for netconf config by David K. Bainbridge · 5 years ago
  18. 59227c3 Removing fixed ssh timout on netconf session, if not otherwise specified it will default to INFINITE by Andrea Campanella · 5 years ago
  19. c29f907 Fix starvation of file descriptors due to netconf memory leak by DongRyeol Cha · 6 years ago
  20. 68032db Remove blueprint files for 3.0 karaf CLI by Ray Milkey · 6 years ago
  21. 00b5d4f Removing commented out @Property annotations from the drivers, protocols, pipelines and providers. by Thomas Vachuska · 6 years ago
  22. ec20a29 netconf protocol changes for karaf 4.2.1 CLI by Ray Milkey · 6 years ago
  23. 7a2dee5 [WIP] Add @Service tags to all commands and completers by Ray Milkey · 6 years ago
  24. 86ad7bb [WIP] apps CLI changes for karaf upgrade by Ray Milkey · 6 years ago
  25. d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
  26. bdb6408 Make the netconf notification stream customisable by Laszlo Papp · 6 years ago
  27. 98bb37a fix netconf automatic reconnection issue (check both isClosed and isClosing) by zhongguo zhao · 6 years ago
  28. 78eab37 fix too many open files by zhongguo zhao · 6 years ago
  29. 32d70e5 [ODTN] Netconf inject capabilities and Nokia openconfig device discovery by quan PHAM VAN · 6 years ago
  30. 8b03bc5 [ONOS-7766] Modify the use of invalidated checkReply methods in Netconf by Kim JeongWoo · 6 years ago
  31. 4f55c67 NetconfSession refactoring by Yuta HIGUCHI · 6 years ago
  32. 2ee4fba Mark netconf related factory as functional interface by Yuta HIGUCHI · 6 years ago
  33. 5233dec Remove deprecated NetconfSessionImpl by Yuta HIGUCHI · 6 years ago
  34. 5ac3443 Async netconf API + command for netconf troubleshooting by Yuta HIGUCHI · 6 years ago
  35. d4b51c2 Remove deprecated key file interface by Ray Milkey · 6 years ago
  36. ba547f9 SONAR suggestion - log exceptions, don't print stack traces by Ray Milkey · 6 years ago
  37. 986a47a SONAR suggestion - generic exceptions by Ray Milkey · 6 years ago
  38. e34c9c2 minor netconf related fixes by Yuta HIGUCHI · 6 years ago
  39. 6800ced various bug fixes by Yuta HIGUCHI · 6 years ago
  40. 856f313 Fixing Netconf Subscription session reopen by Andrea Campanella · 7 years ago
  41. 6e6c26e async netconf RPC by Yuta HIGUCHI · 7 years ago
  42. 2d64717 Bugfix for NETCONF 1.1 where XML header was entered twice by Sean Condon · 7 years ago
  43. e976174 Netconf test fixes by Yuta HIGUCHI · 7 years ago
  44. 234eaf3 fixes to catch proper netconf exception by Yuta HIGUCHI · 7 years ago
  45. 371667d Netconf refactoring by Yuta HIGUCHI · 7 years ago
  46. b2d0524 close PEMParser after use by Yuta HIGUCHI · 7 years ago
  47. 092cbbf Fix for ONOS-6766: "NETCONF: Exception when using SSH keys and Apache Mina SSHD" by Holger Schulz · 7 years ago
  48. dd7c3f8 Remove deprecated netconf classes and API by Yuta HIGUCHI · 7 years ago
  49. d8ab096 Fixs some misspellings by Frank Wang · 7 years ago
  50. 1567798 Minor netconf fixes by Yuta HIGUCHI · 7 years ago
  51. 09ae368 Maven test related fixes by Yuta HIGUCHI · 7 years ago
  52. 54d8243 Patch for ONOS-6840 NETCONF timeouts per device by Sean Condon · 7 years ago
  53. 9f59f44 netconf chunked framing v2 by Kamil Stasiak · 7 years ago
  54. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  55. 7347de9 Bug fix for NETCONF controller - disconnect by Sean Condon · 7 years ago
  56. 26c397c Transplant DatastoreId to Mina based session impl. by Yuta HIGUCHI · 7 years ago
  57. 89111d9 [ONOS-6410] flexible configuration datastore specifier. by Yuta HIGUCHI · 7 years ago
  58. 7bbe7b1 [ONOS-6376] Netconf ssh connection through Apache Mina library by Andrea Campanella · 7 years ago
  59. d31bc6e make netconf-get-config usable on any NETCONF device. by Yuta HIGUCHI · 7 years ago
  60. f708910 Minor cosmetic changes by Yuta HIGUCHI · 7 years ago
  61. 57ba1e1 debug CLI command for NETCONF by Yuta HIGUCHI · 7 years ago
  62. 0976bc2 ONOS-6253 workaround for device not capable of :interleave-ing by Yuta HIGUCHI · 7 years ago
  63. 66372fd Removing import only used for Javadoc by Yuta HIGUCHI · 7 years ago
  64. 348b323 Move internal classes under .impl package (2/2) by Yuta HIGUCHI · 7 years ago
  65. e3ae821 Move internal classes under .impl package (1/2) by Yuta HIGUCHI · 7 years ago
  66. 72db642 Moving from a searching a string for capabilities to a Set. by Aaron Kruglikov · 7 years ago
  67. 48df84e unit tests for NetconfSessionImpl by Shivani Vaidya · 7 years ago
  68. c362784 [ONOS-6236] Adding retry mechanism when NETCONF device sends socket closed signal by Andrea Campanella · 7 years ago
  69. ac542ca ONOS-5937 by Andrei Mihaescu · 7 years ago
  70. 0184a7b Cosmetic fixes and logging around Juniper driver by Yuta HIGUCHI · 7 years ago
  71. 0cee0b6 Resetting variables of a NetconfSession before reopening the underlying transport SSH connection and session. by Andrea Campanella · 7 years ago
  72. 0454d70 few minor fixes around netconf subsystem by Yuta HIGUCHI · 7 years ago
  73. d2c8d47 Fixed some concurrency issues in NETCONF Session Added Unit Tests by Sean Condon · 7 years ago
  74. e7006dc ONOS-6020 RolledBack and deprecated a method in NetconfDeviceInfo to not break backwards compatibility by Andrea Campanella · 7 years ago
  75. 7c2ee3c connect netconf devices through ssh key by Himanshu Ranjan · 7 years ago
  76. b0720e7 Correcting problem in YMS with Namespace for operation by Sean Condon · 7 years ago
  77. 6952439 Enhance logging in NetconfSessionImpl by Ryan Goulding · 7 years ago
  78. 334ad69 Added in a second timeout for netconfConnectTimeout by Sean Condon · 7 years ago
  79. d57dea4 Fix a typo in DefaultNetconfDevice class comment by Ryan Goulding · 7 years ago
  80. cf527d1 [ONOS-5598] Alarm Consumer for Fujitsu OLT by xueliang · 8 years ago
  81. 55faf85 [ONOS-5586] CopyConfig() of NetConf driver should add namespace of NetConf by yoonseon · 8 years ago
  82. a195755 [ONOS-5587] CopyConfig() of NetConf driver should use <config> tag by yoonseon · 8 years ago
  83. 25e54fc [ONOS-5585] CopyConfig() of NETCONF driver generates malformed RPC request by yoonseon · 8 years ago
  84. 1b8b559 Allowing message-id > 99 in NETCONF rcp-reply by Konstantinos Kanonakis · 8 years ago
  85. 4512222 [ONOS-4849] NETCONF function for FUJITSU OLT #6 by Akihiro Yamanouchi · 8 years ago
  86. 8d3a9d3 [ONOS-4837] NETCONF function for FUJITSU OLT #4 and #5 by Akihiro Yamanouchi · 8 years ago
  87. d491284 [ONOS-4795] NETCONF function for FUJITSU OLT #3 by Akihiro Yamanouchi · 8 years ago
  88. 0407c64 NetconfAlarmProvider alerts core about notifications given subscription. by helenyrwu · 8 years ago
  89. 5e5d4df [ONOS-4654] NETCONF function for FUJITSU OLT #1 by Akihiro Yamanouchi · 8 years ago
  90. 2e557be [ONOS-4662] Removing "ERROR" string from error netconf replies. by Andreas Papazois · 8 years ago
  91. 4752cfa [GEANT] Property netconfReplyTimeout added in Settings. by Andreas Papazois · 8 years ago
  92. b7017d7 [ONOS-4371] Netconf client could not resolve notification message with label attributes by heisenberg · 8 years ago
  93. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  94. 7e6200a [ONOS-4045]Adding mastership service to NetconfProvider by Andrea Campanella · 8 years ago
  95. 86294db Removing Rest and Netconf devices when the providers are disabled by Andrea Campanella · 8 years ago
  96. 1311ea0 ONOS-4121 Restricting hello searching in replies and fixing closed connection bug by Andrea Campanella · 8 years ago
  97. d264b49 Exception and Preconditions Netconf Refactoring by Andrea Campanella · 8 years ago
  98. 50d2521 ONOS-4000 trimming reply from device and minor Netconf classes refactoring by Andrea Campanella · 8 years ago
  99. 2464dc3 ONOS-3578 Removing netconf device from ONOS core by Andrea Campanella · 8 years ago
  100. 950310c ONOS-3929 Netconf Device Factory by Andrea Campanella · 8 years ago