summaryrefslogtreecommitdiff
path: root/docs/configuration/service
diff options
context:
space:
mode:
authorNataliia S. <81954790+natali-rs1985@users.noreply.github.com>2026-04-10 14:41:50 +0300
committerGitHub <noreply@github.com>2026-04-10 12:41:50 +0100
commit9f334f3d5547735fa8c83fd6b6e7bbafa589f11a (patch)
tree00fc5c1eafda9217aa6acc20cae9609c97a36a13 /docs/configuration/service
parente4c3ca99178fba5a5e8a7ad2a2ed454e06cd9e76 (diff)
downloadvyos-documentation-9f334f3d5547735fa8c83fd6b6e7bbafa589f11a.tar.gz
vyos-documentation-9f334f3d5547735fa8c83fd6b6e7bbafa589f11a.zip
T8189: Add conntrackd FTFW PurgeTimeout setting (#1819)
Diffstat (limited to 'docs/configuration/service')
-rw-r--r--docs/configuration/service/conntrack-sync.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/configuration/service/conntrack-sync.rst b/docs/configuration/service/conntrack-sync.rst
index 232db1a8..27bc977d 100644
--- a/docs/configuration/service/conntrack-sync.rst
+++ b/docs/configuration/service/conntrack-sync.rst
@@ -98,6 +98,20 @@ Configuration
This diable the external cache and directly injects the flow-states into the
in-kernel Connection Tracking System of the backup firewall.
+.. cfgcmd:: set service conntrack-sync purge-timeout <timeout>
+
+ Timeout (in seconds) for purging synchronized entries on handover events.
+
+ On handover, ``conntrackd -t`` is invoked, which schedules a conntrack table
+ flush after ``<timeout>`` seconds to purge stale (“zombie”) entries and
+ reduce clashes when multiple handovers occur in a short period.
+ The default is 60 seconds.
+
+.. note:: In VRRP stateful firewall deployments, align VRRP timing with this
+ behavior: because synchronized conntrack state is purged after the purge
+ timeout, set **VRRP preempt-delay** to ≥ **purge-timeout** so mastership
+ can be restored before conntrack state is purged.
+
.. cfgcmd:: set service conntrack-sync disable-syslog
Disable connection logging via Syslog.