SNAT Connectivity from non-FIP instances 49/72749/11
authorAswin Suryanarayanan <asuryana@redhat.com>
Thu, 7 Jun 2018 11:16:03 +0000 (16:46 +0530)
committerSam Hague <shague@redhat.com>
Fri, 15 Jun 2018 23:33:53 +0000 (23:33 +0000)
commit985200069c5aad188edd24bad9e3467310422f22
tree486fbf086fe8fa022c0b438e8e9171602edba20b
parentcafb2edb3d3ebeba6a5fcafc5cb375dc9b90fba5
SNAT Connectivity from non-FIP instances

When the NAPT switch is hosted on a node without the vlan footprint,
SNAT from the instance in the vlan on other nodes are failing.

We are now creating a vlan footprint in the NAPT switch by adding a
pseudo port in the elan-dpnlist for all the vlan added to the router
when the router g/w is set.

NETVIRT-1302 SNAT Connectivity from non-FIP instances to an external IP
fails when using VLAN setup (conntrack)

Change-Id: I55df1109a5415aa425647539d4319fce68899938
Signed-off-by: Aswin Suryanarayanan <asuryana@redhat.com>
elanmanager/impl/src/main/java/org/opendaylight/netvirt/elan/internal/ElanInterfaceManager.java
natservice/impl/src/main/java/org/opendaylight/netvirt/natservice/ha/WeightedCentralizedSwitchScheduler.java
natservice/impl/src/main/java/org/opendaylight/netvirt/natservice/internal/NatUtil.java
vpnmanager/impl/src/main/java/org/opendaylight/netvirt/vpnmanager/VpnUtil.java