conntrack-sync: T1244: Support for StartupResync in conntrackd

(cherry picked from commit f4e6d33a06e6125419900723ae7dc02fe264059d)

# Conflicts:
#	docs/configuration/service/conntrack-sync.rst
This commit is contained in:
Nataliia Solomko 2024-04-05 14:33:25 +03:00 committed by Mergify
parent 7fcf02c247
commit dd9c1a052f

View File

@ -98,6 +98,18 @@ Configuration
This diable the external cache and directly injects the flow-states into the This diable the external cache and directly injects the flow-states into the
in-kernel Connection Tracking System of the backup firewall. 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 Operation
********* *********