Updated git submodules
authorkarthikeyan <karthikeyan.k@altencalsoftlabs.com>
Mon, 27 Feb 2017 16:07:03 +0000 (21:37 +0530)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 1 Mar 2017 06:02:20 +0000 (06:02 +0000)
Project: netvirt stable/boron c82cf8d5537aa0b32d9851b4f832221792c48b15

Bug 7861: No ping response from FIP on 1st router when adding 2nd FIP

Problem Description:
====================
Table Miss Entry for SNAT/DNAT in FIB Table (table=21->26 flow) is
overriting when multiple router is present instead of creating new entry
for each VPN Instance.

Each router is associated with unique external network and each external
network is associated with unique internet BGP VPN Instance.

Example topology:
router-1/external-network-1/bgp-vpn-1
router-2/external-network-2/bgp-vpn-2

Both router-1 and router-2 are presented on single compute node. In this
scenario router-2 ping traffic only is working as expected. Since table 21
doesn't have the table miss entry for router-1 with bgp-vpn-1 instance.

Solution:
=========

In ExternalNetworkListener while creating table miss entry for SNAT/DNAT
in table 21, added "vpn-id" attribute also in creating flow reference as
same as implemented in the class
SNATDefaultRouteProgrammer.buildDefNATFlowEntity(). After this code change
in table 21 miss entry for SNAT/DNAT is created for each bgp-vpn instance.

Change-Id: Iac909e628f1a4134526e6df0b640149c8d45cd20
Signed-off-by: karthikeyan <karthikeyan.k@altencalsoftlabs.com>
docs/submodules/netvirt

index 021f7c1c3f9787a7f6d3f15d8c7cf2c30bf6dd86..c82cf8d5537aa0b32d9851b4f832221792c48b15 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 021f7c1c3f9787a7f6d3f15d8c7cf2c30bf6dd86
+Subproject commit c82cf8d5537aa0b32d9851b4f832221792c48b15