From 98dd21453743e81ec0756e47b4d9ed23f8f19ef1 Mon Sep 17 00:00:00 2001 From: Gobinath Date: Tue, 20 Jun 2017 20:26:25 +0530 Subject: [PATCH] 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 Signed-off-by: Vivekanandan Narasimhan --- docs/submodules/netvirt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/netvirt b/docs/submodules/netvirt index bbba9856c..32fa17ca2 160000 --- a/docs/submodules/netvirt +++ b/docs/submodules/netvirt @@ -1 +1 @@ -Subproject commit bbba9856c0878c5b0ec76791d94b9cc9866ef803 +Subproject commit 32fa17ca2e817de9982d3da3c1666b008cd47f6e -- 2.36.6