Update git submodules
authorStephen Kitt <skitt@redhat.com>
Tue, 13 Feb 2018 11:48:19 +0000 (12:48 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 14 Feb 2018 03:54:45 +0000 (03:54 +0000)
commit15c2deff2f916ee287361262acc712eba81dd741
tree652cae2509c18795a102fafe4e3cc75efaa9f7b4
parent4e7381ec2540a5af7a95e7afdb0b09c7d2520408
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 4f2208b0bff77c8d06f12d8d3f9a600a8be2c33e
  - Return the tagged ELAN instance

    ElanUtils::updateOperationalDataStore() is given an ElanInstance to
    update, but because YANG instances are immutable, it has to create a
    new one to add the ELAN tag. As a result, calling code has to waiting
    for the surrounding MD-SAL transaction to finish, and then retrieve
    the updated ElanInstance from the MD-SAL... This patch makes the
    update method return the updated ElanInstance, potentially avoiding a
    MD-SAL round-trip and enabling more asynchronous operations.

    Change-Id: Ia83d65b2d0953c97976d37af0bb4299841925b8e
Signed-off-by: Stephen Kitt <skitt@redhat.com>
docs/submodules/netvirt