Updated git submodules
authorcgowdru <chetan.arakere@altencalsoftlabs.com>
Wed, 21 Dec 2016 13:12:32 +0000 (18:42 +0530)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 30 Dec 2016 21:41:15 +0000 (21:41 +0000)
commit0b99373caf237ecc1ac9875b03fa81861d99818c
tree33857fbb97d59d82fa2633e522c07b0378656311
parent68fe221b41f4fd77a71c0165d13ecd256e42bcb8
Updated git submodules

Project: netvirt master c508fb6cf9be5b01f33e3b92461ab31e916fc7c2

Bug 7409 - Traffic Drop from NFip VM to FIP VM

Description : when an Non-FIP VM try to reaches FIP, the packet is
forwarded to the DPN1->DPN2 and DPN2(Primary-NAPT) has the SNAT flows.
After going though the SNAT flows, the packet will be sent back to
DPN1 via same vxvlan tunnel-port .

Since the packet entered DPN2 on Tunnel-port and again sent back to same
port(out_port == in_port), because of default OVS split-horizon behaviour
, the packet is dropped.

Changes done in NAPT_PFIB(47) table to add extra action
(load:0->NXM_OF_IN_PORT[]) which nullifes the in_port value thereby
disabling split-horizon-protection.

Change-Id: I7cf80527587114812af992e8c23f88c1164fc9f5
Signed-off-by: cgowdru <chetan.arakere@altencalsoftlabs.com>
docs/submodules/netvirt