neutron/neutron/tests/functional/agent
Hong Hui Xiao cea149212e Add fip nat rules even if router disables shared snat
For legacy router, there are some iptables rules added for external gateway
port. Some of these rules are for shared snat, some are for floating ip.

When user disables shared snat of router gateway, some of the iptables rules
that floating ip needs will not be added to router. This will cause the
reported bug, ping floating ip but reply with fixed ip.

The fix will add the iptables rules that floating ip needs, no matter if
router enables shared snat. A functional test is also added for the issue.

Change-Id: I3cf4dff90f47a720a2e6a92c9ede2bc067ebd6e7
Closes-Bug: #1551530
2016-03-08 09:21:34 +00:00
..
l2 Don't sync all devices when some fail 2016-01-18 14:32:55 +00:00
l3 Add fip nat rules even if router disables shared snat 2016-03-08 09:21:34 +00:00
linux Add support for QoS for LinuxBridge agent 2016-03-01 10:45:02 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_dhcp_agent.py Make agent interface plugging utilize network MTU 2016-02-29 19:19:25 +00:00
test_firewall.py Revert "tests: Collect info on failure of conn_tester" 2016-02-22 18:02:11 -05:00
test_l2_lb_agent.py Trival: Remove unused logging import 2015-12-26 12:49:56 +08:00
test_l2_ovs_agent.py Merge "Fix module's import order" 2016-01-23 07:46:22 +00:00
test_ovs_flows.py Collect details on ARP spoof functional failures 2016-02-27 03:02:18 +00:00
test_ovs_lib.py Fix module's import order 2016-01-22 06:38:42 -08:00