conntrack-sync: add missing commands

This commit is contained in:
rebortg 2022-06-23 22:03:06 +02:00
parent 655334a87a
commit 880a7fe854

View File

@ -70,6 +70,14 @@ Configuration
Interface to use for syncing conntrack entries.
.. cfgcmd:: set service conntrack-sync interface <name> port <port>
Port number used by connection.
.. cfgcmd:: set service conntrack-sync listen-address <ipv4address>
Local IPv4 addresses for service to listen on.
.. cfgcmd:: set service conntrack-sync mcast-group <x.x.x.x>
Multicast group to use for syncing conntrack entries.
@ -85,6 +93,11 @@ Configuration
Queue size for syncing conntrack entries in MB.
.. cfgcmd:: set service conntrack-sync disable-external-cache
This diable the external cache and directly injects the flow-states into the
in-kernel Connection Tracking System of the backup firewall.
*********
Operation
*********