Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
e56c34d941b35c316bac3dd1f93dde740b7523f4
/
protocols
/
netconf
/
ctl
/
src
/
main
7347de9
Bug fix for NETCONF controller - disconnect
by Sean Condon
· 7 years ago
26c397c
Transplant DatastoreId to Mina based session impl.
by Yuta HIGUCHI
· 7 years ago
89111d9
[ONOS-6410] flexible configuration datastore specifier.
by Yuta HIGUCHI
· 8 years ago
7bbe7b1
[ONOS-6376] Netconf ssh connection through Apache Mina library
by Andrea Campanella
· 8 years ago
d31bc6e
make netconf-get-config usable on any NETCONF device.
by Yuta HIGUCHI
· 8 years ago
f708910
Minor cosmetic changes
by Yuta HIGUCHI
· 8 years ago
57ba1e1
debug CLI command for NETCONF
by Yuta HIGUCHI
· 8 years ago
0976bc2
ONOS-6253 workaround for device not capable of :interleave-ing
by Yuta HIGUCHI
· 8 years ago
66372fd
Removing import only used for Javadoc
by Yuta HIGUCHI
· 8 years ago
348b323
Move internal classes under .impl package (2/2)
by Yuta HIGUCHI
· 8 years ago
e3ae821
Move internal classes under .impl package (1/2)
by Yuta HIGUCHI
· 8 years ago
72db642
Moving from a searching a string for capabilities to a Set.
by Aaron Kruglikov
· 8 years ago
48df84e
unit tests for NetconfSessionImpl
by Shivani Vaidya
· 8 years ago
c362784
[ONOS-6236] Adding retry mechanism when NETCONF device sends socket closed signal
by Andrea Campanella
· 8 years ago
ac542ca
ONOS-5937
by Andrei Mihaescu
· 8 years ago
0184a7b
Cosmetic fixes and logging around Juniper driver
by Yuta HIGUCHI
· 8 years ago
0cee0b6
Resetting variables of a NetconfSession before reopening the underlying transport SSH connection and session.
by Andrea Campanella
· 8 years ago
0454d70
few minor fixes around netconf subsystem
by Yuta HIGUCHI
· 8 years ago
d2c8d47
Fixed some concurrency issues in NETCONF Session Added Unit Tests
by Sean Condon
· 8 years ago
e7006dc
ONOS-6020 RolledBack and deprecated a method in NetconfDeviceInfo to not break backwards compatibility
by Andrea Campanella
· 8 years ago
7c2ee3c
connect netconf devices through ssh key
by Himanshu Ranjan
· 8 years ago
b0720e7
Correcting problem in YMS with Namespace for operation
by Sean Condon
· 8 years ago
6952439
Enhance logging in NetconfSessionImpl
by Ryan Goulding
· 8 years ago
334ad69
Added in a second timeout for netconfConnectTimeout
by Sean Condon
· 8 years ago
d57dea4
Fix a typo in DefaultNetconfDevice class comment
by Ryan Goulding
· 8 years ago
cf527d1
[ONOS-5598] Alarm Consumer for Fujitsu OLT
by xueliang
· 8 years ago
55faf85
[ONOS-5586] CopyConfig() of NetConf driver should add namespace of NetConf
by yoonseon
· 8 years ago
a195755
[ONOS-5587] CopyConfig() of NetConf driver should use <config> tag
by yoonseon
· 8 years ago
25e54fc
[ONOS-5585] CopyConfig() of NETCONF driver generates malformed RPC request
by yoonseon
· 8 years ago
1b8b559
Allowing message-id > 99 in NETCONF rcp-reply
by Konstantinos Kanonakis
· 8 years ago
4512222
[ONOS-4849] NETCONF function for FUJITSU OLT #6
by Akihiro Yamanouchi
· 8 years ago
8d3a9d3
[ONOS-4837] NETCONF function for FUJITSU OLT #4 and #5
by Akihiro Yamanouchi
· 8 years ago
d491284
[ONOS-4795] NETCONF function for FUJITSU OLT #3
by Akihiro Yamanouchi
· 8 years ago
0407c64
NetconfAlarmProvider alerts core about notifications given subscription.
by helenyrwu
· 8 years ago
5e5d4df
[ONOS-4654] NETCONF function for FUJITSU OLT #1
by Akihiro Yamanouchi
· 8 years ago
2e557be
[ONOS-4662] Removing "ERROR" string from error netconf replies.
by Andreas Papazois
· 8 years ago
4752cfa
[GEANT] Property netconfReplyTimeout added in Settings.
by Andreas Papazois
· 9 years ago
b7017d7
[ONOS-4371] Netconf client could not resolve notification message with label attributes
by heisenberg
· 9 years ago
5ab426f
Updating copyrights
by Brian O'Connor
· 9 years ago
7e6200a
[ONOS-4045]Adding mastership service to NetconfProvider
by Andrea Campanella
· 9 years ago
86294db
Removing Rest and Netconf devices when the providers are disabled
by Andrea Campanella
· 9 years ago
1311ea0
ONOS-4121 Restricting hello searching in replies and fixing closed connection bug
by Andrea Campanella
· 9 years ago
d264b49
Exception and Preconditions Netconf Refactoring
by Andrea Campanella
· 9 years ago
50d2521
ONOS-4000 trimming reply from device and minor Netconf classes refactoring
by Andrea Campanella
· 9 years ago
2464dc3
ONOS-3578 Removing netconf device from ONOS core
by Andrea Campanella
· 9 years ago
950310c
ONOS-3929 Netconf Device Factory
by Andrea Campanella
· 9 years ago
d4712e2
[ONOS-3918] Handling of NETCONF <rpc-error> and no message-id
by Andreas Papazois
· 9 years ago
57efbb2
Refactoring ID creation for netconf and REST
by Andrea Campanella
· 9 years ago
b029b9e
ONOS-3839 Fixing errors in sending requests and hanging on future.join
by Andrea Campanella
· 9 years ago
8b1cb67
ONOS-3791 NETCONF session factory and exception on device connection
by Andrea Campanella
· 9 years ago
101417d
ONOS-3605 Create thread Session input stream mechanism, adding listener for events from the device
by Andrea Campanella
· 9 years ago
8e290c5
ONOS-3743 Adding end pattern to doRPC, removing unused rfc module and minor refactoring of provider methods
by Andrea Campanella
· 9 years ago
f4fd035
ONOS-3577 Adding getConfig with realtive config XML-tree argument
by Andrea Campanella
· 9 years ago
1dfef09
Fixing some package javadocs
by HIGUCHI Yuta
· 9 years ago
1cd641b
ONOS-3575 Netconf connection exceptions refactoring and port number in netconf-cfg.json
by Andrea Campanella
· 9 years ago
087ceb9
ONOS-3340 IOException throwing in case of no response from NETCONF device on given ip:port
by Andrea Campanella
· 9 years ago
19703fb
Moving netconf to protocols/ directory
by Brian O'Connor
· 9 years ago