Updated git submodules
authorGobinath <gobinath@ericsson.com>
Tue, 20 Jun 2017 14:56:25 +0000 (20:26 +0530)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 21 Jun 2017 22:50:42 +0000 (22:50 +0000)
commit98dd21453743e81ec0756e47b4d9ed23f8f19ef1
treef7da03a8a6e3d31f80adc4a6522bbbd0e4fe18ba
parent4919c706129d8d1f7ec6c83e995378bf0caddf4d
Updated git submodules

Project: netvirt master 32fa17ca2e817de9982d3da3c1666b008cd47f6e

Bug 8179 - Data validation failed for path bgp/networks

Issue:

Data validation failed exception during withdrawing prefix from BGP.

Analysis:

The issue occured while trying to delete an element from the
bgp/networks which was not in the desired format. The DPNid is
used as rd in case of extra routes with internal VPN. The prefixes in
the internal VPN are not be advertised to the BGP. The condition for
this already exists(rd is the vpnName here). For extra routes, DPNIDs
are used as rds for ECMP and they should also be advertised. This was
already handled but there was no handling to avoid the withdrawal from
the BGP in case of the removal.

Fix:

Condition has been added to avoid calling withdrawPrefix() for the extra
routes removal in case of the internal VPN.

Note: Also some other errors in logging have been fixed.

Change-Id: Ic5dbcf951cd36b0a0fb9624f4899184bc4e305f0
Signed-off-by: Gobinath <gobinath@ericsson.com>
Signed-off-by: Vivekanandan Narasimhan <n.vivekanandan@ericsson.com>
docs/submodules/netvirt