Updated git submodules
authorVinh Nguyen <vinh.nguyen@hcl.com>
Thu, 3 Aug 2017 19:14:37 +0000 (12:14 -0700)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 8 Aug 2017 19:29:21 +0000 (19:29 +0000)
commit9f6b0c35da93b2ffafbb478f5420728d20797dcd
tree48377cab508f14b30365214640c5ba89e1cf0354
parentf52f9ec94449e29a4bb40da62de7963396f2e11b
Updated git submodules

Project: netvirt stable/carbon fea4f9460655e909d7fa82f831d27f17b692c485

BUG 8876 - Fix to remove ELAN interface flows when external network deleted

    - Problem: when deleting external network, the underlying ietf
      Interface might have been removed from the config DS prior
      to the call to delete the ELAN interface. As a result, the call
      interfaceManager.getInterfaceInfo returns null and the
      subsequent call to delete the ELAN interface fails to delete the
      flow entries for external network's ELAN interface.

    - Fix: invoke interfaceManager.getInterfaceInfoFromOperationalDataStore
      when delete External Network's ELAN interface

Change-Id: I764f3516d34a6d79aacff8dbedabb55219799ac9
Signed-off-by: Vinh Nguyen <vinh.nguyen@hcl.com>
docs/submodules/netvirt