diff options
author | erkin <e.altunbas@vyos.io> | 2021-09-23 13:25:21 +0300 |
---|---|---|
committer | erkin <e.altunbas@vyos.io> | 2021-09-23 13:25:21 +0300 |
commit | 32f6e4e750f56672956ab97343f50a22dafd9d1d (patch) | |
tree | 9d7bbaa369cb0901c5cac0868c321a64e7161266 /docs/configexamples | |
parent | 37d523f4fbb8b97df41927f42024af8e5f360f60 (diff) | |
download | vyos-documentation-32f6e4e750f56672956ab97343f50a22dafd9d1d.tar.gz vyos-documentation-32f6e4e750f56672956ab97343f50a22dafd9d1d.zip |
Newest conntrack modules syntax
Diffstat (limited to 'docs/configexamples')
-rw-r--r-- | docs/configexamples/ha.rst | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/configexamples/ha.rst b/docs/configexamples/ha.rst index 90f52108..0516b2a9 100644 --- a/docs/configexamples/ha.rst +++ b/docs/configexamples/ha.rst @@ -309,14 +309,13 @@ public interface. Configure conntrack-sync and enable helpers -------------------------------------------- -Conntrack modules are disabled by default because they cause more problems -than they're worth, especially in a complex network. You can enable them -manually if you wish. +Conntrack helper modules are enabled by default, but they tend to cause more +problems than they're worth in complex networks. You can disable all of them +at one go. .. code-block:: none - set system conntrack modules ftp - set system conntrack modules gre + delete system conntrack modules Now enable replication between nodes. Replace eth0.201 with bond0.201 on the hardware router. |