Files
neutron/releasenotes/notes/ha-router-conntrackd-support-6bc8b039fc3ac207.yaml
Gaudenz Steinlin 9a0814c760 Fixup conntrackd support
This contains several fixups for which did not make it into the original
change before it got merged:

* Removal of the GPL licensed shell script. This is replaced by Python
  code in neutron-keepalived-state-change. This code was rewritten from
  scratch and is Apache licensed.
* Addition of the conntrackd package to bindep.txt for tests. This
  properly documents this new test requirement.
* Several typo and other small fixes suggested by Ihar Hrachyshka.
* Common pgrep utility function as suggested by lajoskatona.

Closes-Bug: #2092907
Change-Id: Ica1c38b3a635d60a08f48272fcda2034b0323d10
2025-01-16 06:08:39 +00:00

11 lines
425 B
YAML

---
features:
- |
HA routers can now run "conntrackd" in addition to "keepalived" to
synchronize connection tracking states across router instances. This
ensures that established connections survive a HA router failover. L3 agent
hosts must have the "conntrackd" binary installed.
Conntrackd support is not enabled by default and can be enabled by setting
the ha_conntrackd_enabled option to true.