diff options
author | Christian Breunig <christian@breunig.cc> | 2024-04-07 16:25:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-07 16:25:16 +0200 |
commit | af29c78e41062e4157bd4c6e75be3076b839970c (patch) | |
tree | a85c97f11fd25780d7031ff3df3807c820bd4262 /docs/configuration | |
parent | 58d8b562d2aa0ce6bf6699c1ef4ab064384c740d (diff) | |
parent | d2a3af453ebacc395c4087aacddad1820fe0d513 (diff) | |
download | vyos-documentation-af29c78e41062e4157bd4c6e75be3076b839970c.tar.gz vyos-documentation-af29c78e41062e4157bd4c6e75be3076b839970c.zip |
Merge pull request #1360 from vyos/mergify/bp/sagitta/pr-1352
conntrack-sync: T1244: Support for StartupResync in conntrackd (backport #1352)
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/service/conntrack-sync.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/configuration/service/conntrack-sync.rst b/docs/configuration/service/conntrack-sync.rst index 468b39d9..db23c92f 100644 --- a/docs/configuration/service/conntrack-sync.rst +++ b/docs/configuration/service/conntrack-sync.rst @@ -98,6 +98,15 @@ 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 disable-syslog + + Disable connection logging via Syslog. + +.. cfgcmd:: set service conntrack-sync startup-resync + + Order conntrackd to request a complete conntrack table resync against + the other node at startup. + ********* Operation ********* |