neutron/neutron/agent
David Wahlstrom 299d08ed3f DVR: properly track SNAT traffic
When running DVR, it's possible for traffic to get confused and sent
through SNAT thanks to the way conntrack tracks "new" connections.  This
patch sets "nf_connctrack_tcp_loose" inside the SNAT namespace to more
intelligently handle SNAT traffic (and ignore what should be FIP
traffic) - basically, don't track a connection where we didn't
see the initial SYN.

https://www.kernel.org/doc/Documentation/networking/nf_conntrack-sysctl.txt

Change-Id: Ia5b8bd3794d22808ee1718d429f0bbdbe61e94ec
Closes-Bug: 1620824
2017-04-07 20:25:10 +00:00
..
common Merge "raise Exception instead of LOG.error on cookie/mask inconsistency" 2017-04-02 11:19:02 +00:00
dhcp Spin off context module 2017-03-06 16:25:29 +00:00
l2 Clear QoS rules from ports without a qos policy. 2017-03-27 13:50:27 +00:00
l3 DVR: properly track SNAT traffic 2017-04-07 20:25:10 +00:00
linux Enable keepalived debug logs when debug=True 2017-04-05 10:06:56 -07:00
metadata Don't add duplicate metadata rules after router update 2017-03-15 17:06:09 +08:00
ovsdb Fix Python 3 compatibility in idlutils 2017-03-22 21:36:19 +02:00
windows Add IPLink class to Windows ip_lib implementation 2017-01-17 17:39:38 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
agent_extension.py Generalize agent extension mechanism 2016-07-19 13:45:22 +00:00
agent_extensions_manager.py Refactoring config options for l2 agent ext opts 2016-11-21 19:45:04 +00:00
dhcp_agent.py Agent common config 2017-03-15 09:52:18 -06:00
firewall.py Use ICMPV6_TYPE_* constants from neutron-lib 2016-05-28 07:53:35 -07:00
l3_agent.py Agent common config 2017-03-15 09:52:18 -06:00
metadata_agent.py Agent common config 2017-03-15 09:52:18 -06:00
rpc.py Remove logging import unused 2017-02-15 14:01:04 +07:00
securitygroups_rpc.py Don't check for enable_security_group vs. firewall_driver compatibility 2017-04-06 21:51:39 +00:00