]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
NVP plugin:fix connectivity to fip from internal nw
authorSalvatore Orlando <salv.orlando@gmail.com>
Mon, 18 Nov 2013 00:59:06 +0000 (16:59 -0800)
committerSalvatore Orlando <salv.orlando@gmail.com>
Mon, 18 Nov 2013 01:07:14 +0000 (17:07 -0800)
commited2e32b03123ae8e7555b997152c1d8d941494f2
tree1a93e6935628da3a2859c5a83665785ee0981cbb
parent5da513f98fe67ea00a2335a3bf62de2317b0323f
NVP plugin:fix connectivity to fip from internal nw

The current set of NAT rules configured in the NVP logical router
prevents instances on an internal network from establishing TCP
connections with a floating IP associate with an internal port
on the same Neutron network.

This patch add a SNAT rule to ensure connections coming from the
internal network always appear to the port associate with the
floating IP as coming from the external network.

Change-Id: I12da12ee136c61fddb04f2b216382b51d751a02c
Closes-Bug: 1221419
neutron/plugins/nicira/NeutronPlugin.py