]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Stop tracking connections in DVR FIP Namespace
authorrajeev <rajeev_grover@hp.com>
Fri, 22 Aug 2014 22:54:46 +0000 (18:54 -0400)
committerrajeev <rajeev.grover@hp.com>
Fri, 5 Sep 2014 19:41:48 +0000 (15:41 -0400)
commit0985ef78d43ae7d910669c3ca968fd977f2ea2ae
treefadf9ce1b57d9dd62e4277ff767d246fb51319d9
parent6eb9349ec04946a267a60ed30e89e7baa6a812a4
Stop tracking connections in DVR FIP Namespace

For DVR, connections to external network using floating IPs do not
need to be tracked in FIP namespace because they are being
already tracked in router namespace.
This fix adds iptable rules to not track connections.

Change-Id: I378039e311763d114860cb70ded7349d6580855a
Closes-bug: #1360395
neutron/agent/l3_agent.py
neutron/agent/linux/iptables_manager.py
neutron/tests/unit/test_iptables_manager.py
neutron/tests/unit/test_security_groups_rpc.py