Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conntrack-sync: T1244: Support for StartupResync in conntrackd #1352

Merged
merged 2 commits into from
Apr 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/configuration/service/conntrack-sync.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

Protocol for which expect entries need to be synchronized.

.. cfgcmd:: set service conntrack-sync failover-mechanism vrrp sync-group <group>

Check warning on line 59 in docs/configuration/service/conntrack-sync.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=81

Failover mechanism to use for conntrack-sync.

Expand All @@ -64,7 +64,7 @@

.. cfgcmd:: set service conntrack-sync ignore-address <x.x.x.x>

IP addresses or networks for which local conntrack entries will not be synced

Check warning on line 67 in docs/configuration/service/conntrack-sync.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=81

.. cfgcmd:: set service conntrack-sync interface <name>

Expand Down Expand Up @@ -102,6 +102,11 @@

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
*********
Expand All @@ -128,7 +133,7 @@
.. note::

If the table is empty and you have a warning message, it means
conntrack is not enabled. To enable conntrack, just create a NAT or a firewall

Check warning on line 136 in docs/configuration/service/conntrack-sync.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=82
rule. :cfgcmd:`set firewall state-policy established action accept`

.. opcmd:: show conntrack-sync cache external
Expand Down
Loading