summaryrefslogtreecommitdiff
path: root/docs/high-availability.rst
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-11-28 21:26:03 +0100
committerChristian Poessinger <christian@poessinger.com>2019-11-28 21:26:14 +0100
commita71cdcec33caaeb9e9667d66e8248de1a47122a8 (patch)
tree337f7e40535f675f4319db39f3d3ca6ac31a8406 /docs/high-availability.rst
parentc4eaab5a8a3785a84cdcb09ce56757344d1647d0 (diff)
downloadvyos-documentation-a71cdcec33caaeb9e9667d66e8248de1a47122a8.tar.gz
vyos-documentation-a71cdcec33caaeb9e9667d66e8248de1a47122a8.zip
docs: remove all trailing whitespaces
Done via: $ find . -name "*.rst" | xargs sed -i 's/[ \t]*$//'
Diffstat (limited to 'docs/high-availability.rst')
-rw-r--r--docs/high-availability.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/high-availability.rst b/docs/high-availability.rst
index 634b8742..de2f16b4 100644
--- a/docs/high-availability.rst
+++ b/docs/high-availability.rst
@@ -3,7 +3,7 @@
High availability
=================
-VRRP (Virtual Redundancy Protocol) provides active/backup redundancy for routers.
+VRRP (Virtual Redundancy Protocol) provides active/backup redundancy for routers.
Every VRRP router has a physical IP/IPv6 address, and a virtual address.
On startup, routers elect the master, and the router with the highest priority becomes the master and assigns the virtual address to its interface.
All routers with lower priorities become backup routers. The master then starts sending keepalive packets to notify other routers that it's available.
@@ -31,7 +31,7 @@ You can verify your VRRP group status with the operational mode ``run show vrrp`
.. code-block:: console
- vyos@vyos# run show vrrp
+ vyos@vyos# run show vrrp
Name Interface VRID State Last Transition
---------- ----------- ------ ------- -----------------
Foo eth1 10 MASTER 2s
@@ -66,7 +66,7 @@ The priority must be an integer number from 1 to 255. Higher priority value incr
Sync groups
-----------
-A sync group allows VRRP groups to transition together.
+A sync group allows VRRP groups to transition together.
.. code-block:: console