neutron/etc
Gaudenz Steinlin b164d67f45
Add conntrackd support to HA routers in L3 agent
Currently active sessions which need connection tracking state are
broken by a HA router failover. There is no mechanism to synchronize
states between HA router instances.

This patch adds conntrackd support to enable state synchronization.

An example about using conntrackd with keepalived can be found here:
http://backreference.org/2013/04/03/firewall-ha-with-conntrackd-and-keepalived

Co-Authored-By: QthCN <tianhuan@unitedstack.com>

Change-Id: I28fb57b87c0e7113416873f602fcbce3742b3aaa
Closes-Bug: #1365438
Original-Change-Id: Ifc95d5fd17ae8a13958d97796b1046f35bd7aca7
2024-11-15 21:46:53 +01:00
..
neutron Add conntrackd support to HA routers in L3 agent 2024-11-15 21:46:53 +01:00
oslo-config-generator Remove ovn.ini example file 2023-09-06 15:19:30 -04:00
oslo-policy-generator Convert policy.json into policy-in-code 2018-12-13 20:37:53 +00:00
api-paste.ini Add fake_project_id middleware for noauth 2021-07-05 21:18:09 +05:30
fullstack_tests_policy.yaml [S-RBAC] Change policies for port's binding:profile field 2024-02-16 16:10:43 +01:00
README.policy.yaml.txt Rename README.policy.json.txt 2019-01-07 12:45:15 -05:00
README.txt Automatically generate neutron core configuration files 2015-11-27 15:22:59 +00:00
rootwrap.conf Sync rootwrap.conf from oslo.rootwrap 2022-01-03 09:17:04 +09:00

To generate the sample neutron configuration files, run the following
command from the top level of the neutron directory:

tox -e genconfig

If a 'tox' environment is unavailable, then you can run the following script
instead to generate the configuration files:

./tools/generate_config_file_samples.sh