diff options
author | erkin <e.altunbas@vyos.io> | 2021-09-23 13:23:15 +0300 |
---|---|---|
committer | erkin <e.altunbas@vyos.io> | 2021-09-23 13:23:15 +0300 |
commit | 962444205a913bfd0b6cbdf28e25c61b1ba360a0 (patch) | |
tree | e7e876c310229dd726584a3da81d9e8f2e992ec1 /docs/configexamples/ha.rst | |
parent | 09b2efac214c2aa3c84427402baad1ebfce55554 (diff) | |
download | vyos-documentation-962444205a913bfd0b6cbdf28e25c61b1ba360a0.tar.gz vyos-documentation-962444205a913bfd0b6cbdf28e25c61b1ba360a0.zip |
Newest conntrack modules syntax
Diffstat (limited to 'docs/configexamples/ha.rst')
-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 9931d36f..c8787c0e 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. |