Updated git submodules
authorTomas Cere <tcere@cisco.com>
Fri, 21 Apr 2017 08:36:04 +0000 (08:36 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 21 Apr 2017 08:36:04 +0000 (08:36 +0000)
commita3209cebd74877ef7bfbaacafa1b94da743f71ae
treeba2aed6301e0391fa9f34e927693652f8af2e1b0
parent6b8769ca8a71d0d92624b12371b1a550c39abe38
Updated git submodules

Project: netconf master 9c18390ba25a0635f994b5bffd899306fd7c1e6c

Merge "Change handling of netconf cluster transactions"

Change handling of netconf cluster transactions

Own actor is created on master for every transaction.
Proxy transactions use this actor for mount point access.
Creation of proxy transaction initiates sending of message
to the master node actor. Master node actor starts
transaciton actor if needed.
Both master and slaves communicate with device via
proxy transactions.

For write transaction, submit and cancel cause actor stop.
There can be single instance of read actor, which can be
reused for all transactions.

Change-Id: Iea39d794e8f2026b76f049409a718b6d94f41649
Signed-off-by: Andrej Mak <andrej.mak@pantheon.tech>
docs/submodules/netconf