diff options
| author | Nataliia S. <81954790+natali-rs1985@users.noreply.github.com> | 2026-04-10 14:41:50 +0300 |
|---|---|---|
| committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2026-04-15 07:33:47 +0000 |
| commit | 5de06cb64f289377373de050c82e04efb45c5738 (patch) | |
| tree | a390c8fddb08a163feef6710818c10ffdc553733 /docs | |
| parent | f524160b3b390cda0ad4d36062eeaa68d7817c8b (diff) | |
| download | vyos-documentation-5de06cb64f289377373de050c82e04efb45c5738.tar.gz vyos-documentation-5de06cb64f289377373de050c82e04efb45c5738.zip | |
T8189: Add conntrackd FTFW PurgeTimeout setting (#1819)
(cherry picked from commit 9f334f3d5547735fa8c83fd6b6e7bbafa589f11a)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/configuration/service/conntrack-sync.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/configuration/service/conntrack-sync.rst b/docs/configuration/service/conntrack-sync.rst index db23c92f..de86450e 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. |
