Updated git submodules
authorkarthikeyan <karthikeyan.k@altencalsoftlabs.com>
Thu, 31 Aug 2017 12:50:21 +0000 (18:20 +0530)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 13 Sep 2017 19:07:58 +0000 (19:07 +0000)
commitd16a245e5b17db30ab1e171be47c14867b36936e
treeef6a9e3b192c0fb4cbef3cda4adc363b8c2449f1
parent8a4aef2d921d5242c50ac7f78aa8337bac98966f
Updated git submodules

Project: netvirt stable/carbon b991f2af2ff4b70628a08a5e6ba6dc8db7ce3112

Bug7380:CSIT FIP ping is getting failed for Ext Flat/VLAN Network

Problem Description:
=======================
FIP Ping TC is getting failed for external FLAT/VLAN network on single
node setup.

For Single node setup VXLAN TEP is not at all required for external
network with provider type as FLAT/VLAN.
Current Implementation on FIP handling, it is
expected nextHop IP should not be null before programming FIP local flow
entry L3_FIB_TABLE (21) -> PDNAT_TABLE (25). This validation is not
required for external provider type as FLAT/VLAN networks.

Solution:
==========
NextHopIP validation is already existing in NatUtil.addPrefixToBGP()
method before FIP advertising to BGP. Hence removing unnecessary
validation from VpnFloatingIpHandler.
This will resolve FIP local flow entry L3_FIB_TABLE (21) -> PDNAT_TABLE
(25) installation on corresponding DPN for external FLAT/VLAN network on
Single Node setup (Without VXLAN TEP Configured)

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