Updated git submodules
authorVyshakh Krishnan CH <vyshakh.krishnan.c.h@ericsson.com>
Tue, 18 Apr 2017 08:12:21 +0000 (13:42 +0530)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 19 Apr 2017 22:42:25 +0000 (22:42 +0000)
commit2a70a6a317d8284ab495a349f07aa8d0b39299f1
tree8f2f46350daf8941e0f9f5e04865a0bc73b2d338
parent7c73a5383ffa3d02d5f7478b4b73be522551cbef
Updated git submodules

Project: netvirt stable/boron f3b171c984c9e4b51c26d1fb8409b95ba49ca6de

Bug 8142 : DHCP timeout issue.

Issue:
stable/boron not usable - DHCP timeout

Analysis:
more than 5 thread were waiting on BGPConfigurationManager when BGP was
trying to send thrift messages to QBGP and QBGP is not up. BGP was
retrying it again and again. Meanwhile, services which call addPrefix is
getting blocked due to synchronized behavior of addPrefix.

Fix:
APIs exposed by BGP to other services - addPrefix, delPrefix, addvrf and
delVrf is made unsynchronized.

Change-Id: I6010b1eeef680b1f8d8908c2b9faf283b3827cfc
Signed-off-by: Vyshakh Krishnan CH <vyshakh.krishnan.c.h@ericsson.com>
docs/submodules/netvirt