summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-05-14 20:35:40 +0200
committerGitHub <noreply@github.com>2019-05-14 20:35:40 +0200
commit0dd6c484d4b170e496a24de5f0e041a66a553120 (patch)
tree2b4cda16c0433ff637e0ec0e52da8ae01a402791
parentea486a3e40724cd3ffb864fb68516fb676967f41 (diff)
parent83466ffebab02eea917618b304a8bd2ae77c2a73 (diff)
downloadvyos-documentation-0dd6c484d4b170e496a24de5f0e041a66a553120.tar.gz
vyos-documentation-0dd6c484d4b170e496a24de5f0e041a66a553120.zip
Merge pull request #51 from rebortg/change/cluster
delete cluster unicast and mention T985
-rw-r--r--docs/clustering.rst14
1 files changed, 6 insertions, 8 deletions
diff --git a/docs/clustering.rst b/docs/clustering.rst
index 9eee31ea..b3dae0b6 100644
--- a/docs/clustering.rst
+++ b/docs/clustering.rst
@@ -3,12 +3,9 @@
Clustering
==========
-VyOS supports multicast and unicast clustering. Multicast is default and to
-use the unicast method you can add the peer directive to the interface with
-the ip of the other cluster member.
+VyOS supports multicast clustering.
-In the example below SSH is clustered between two nodes with the unicast
-method.
+In the example below SSH is clustered between two nodes.
.. code-block:: sh
@@ -21,10 +18,11 @@ method.
service ssh
service 192.168.0.123/24/eth0
}
- interface eth0 {
- peer 192.168.0.121
- }
+ interface eth0
keepalive-interval 5000
monitor-dead-interval 20000
pre-shared-secret S3cr#t
}
+
+.. note::
+ Please follow the process of the cluster function here. https://phabricator.vyos.net/T985 \ No newline at end of file