neutron/neutron/agent
Hong Hui Xiao a388f78c8c DVR: Pings to floatingip returns with fixed-ip on same network
Pinging a floatingip of VM1 from a second VM(VM2) which has SNAT
enabled connected to a DVR router on the same network returns
with fixed-ip address rather than the floatingip address.

The NAT forwarding rules for floatingip in the router namespace
does not check for the in coming port and tries to add the rule
for all in coming ports.

This causes the packets that are originating from the router
namespace to be modified and forwarded directly to the VM2 fixed
ip instead of forwarding the traffic to the SNAT namespace.

The fix in here will make sure that for all routers, the floatingip
forwarding rules will be applied only to the 'rfp-' internal ports
and not to all ports.

Change-Id: I9453beffd94bf685afd74b0820506fb6b7c996c4
Closes-Bug: #1462154
Co-Authored-By: Hong Hui Xiao <xiaohhui@cn.ibm.com>
2016-05-24 08:59:25 -04:00
..
common Use exceptions from neutron-lib 2016-04-21 21:29:44 -04:00
dhcp Add provisioning blocks to status ACTIVE transition 2016-05-11 11:03:09 -07:00
l2 Add setting default max_burst value if not given by user 2016-05-12 10:06:54 +00:00
l3 DVR: Pings to floatingip returns with fixed-ip on same network 2016-05-24 08:59:25 -04:00
linux Merge "Add setting default max_burst value if not given by user" 2016-05-16 21:04:26 +00:00
metadata Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
ovsdb Merge "Allow OVSDB Connection to register certain tables" 2016-04-30 21:54:26 +00:00
windows Merge "Reuse to_utf8() and jsonutils.dump_as_bytes()" 2016-04-15 23:40:59 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
dhcp_agent.py Remove deprecated use_namespaces option 2015-11-18 19:17:29 +01:00
firewall.py Adds Enum fields for different types 2016-03-23 12:47:23 +01:00
l3_agent.py Register RA and PD config options in l3-agent 2016-01-12 21:03:54 -05:00
metadata_agent.py Allow metadata proxy running with nobody user/group 2015-04-06 18:31:37 +02:00
rpc.py Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
securitygroups_rpc.py firewall: don't warn about a driver that does not accept bridge 2016-03-24 17:55:29 +00:00