diff options
author | Nataliia Solomko <natalirs1985@gmail.com> | 2024-04-05 14:33:25 +0300 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-04-07 14:20:58 +0000 |
commit | dd9c1a052fb7e3877b6aa34f40be0b9980db2023 (patch) | |
tree | 88493c49f069216debf551b0ba595b42af200b9b | |
parent | 7fcf02c24772ad2dfe68ad15d9cb12c4da7a1d68 (diff) | |
download | vyos-documentation-dd9c1a052fb7e3877b6aa34f40be0b9980db2023.tar.gz vyos-documentation-dd9c1a052fb7e3877b6aa34f40be0b9980db2023.zip |
conntrack-sync: T1244: Support for StartupResync in conntrackd
(cherry picked from commit f4e6d33a06e6125419900723ae7dc02fe264059d)
# Conflicts:
# docs/configuration/service/conntrack-sync.rst
-rw-r--r-- | docs/configuration/service/conntrack-sync.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/configuration/service/conntrack-sync.rst b/docs/configuration/service/conntrack-sync.rst index 468b39d9..5ef80396 100644 --- a/docs/configuration/service/conntrack-sync.rst +++ b/docs/configuration/service/conntrack-sync.rst @@ -98,6 +98,18 @@ Configuration This diable the external cache and directly injects the flow-states into the in-kernel Connection Tracking System of the backup firewall. +<<<<<<< HEAD +======= +.. cfgcmd:: set service conntrack-sync disable-syslog + + Disable connection logging via Syslog. + +.. cfgcmd:: set service conntrack-sync enable-startup-resync + + Order conntrackd to request a complete conntrack table resync against + the other node at startup. + +>>>>>>> f4e6d33a (conntrack-sync: T1244: Support for StartupResync in conntrackd) ********* Operation ********* |