summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkroy-the-rabbit <kroy@kroy.io>2019-09-17 09:46:34 -0500
committerGitHub <noreply@github.com>2019-09-17 09:46:34 -0500
commitbfd22ed16f4e327dedf88205950253a8e7be94b0 (patch)
treea301e0a84239d905b9d387b4c7876237b536486f
parent6ae968116ca045551133b1623788f917ce20b1b2 (diff)
downloadvyos-documentation-bfd22ed16f4e327dedf88205950253a8e7be94b0.tar.gz
vyos-documentation-bfd22ed16f4e327dedf88205950253a8e7be94b0.zip
Spelling fix
-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 c967d647..9f4dd35d 100644
--- a/docs/high-availability.rst
+++ b/docs/high-availability.rst
@@ -7,7 +7,7 @@ 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.
-If the master fails and stops sending keepalive packets, router with the next highest priority becomes the new master and takes over the virtual address.
+If the master fails and stops sending keepalive packets, the router with the next highest priority becomes the new master and takes over the virtual address.
VRRP keepalive packets use multicast, and VRRP setups are limited to a single datalink layer segment.
You can setup multiple VRRP groups (also called virtual routers). Virtual routers are identified by a VRID (Virtual Router IDentifier).
@@ -19,7 +19,7 @@ Basic setup
VRRP groups are created with the ``set high-availability vrrp group $GROUP_NAME`` commands.
The required parameters are interface, vrid, and virtual-address.
-mininmal config
+minimal config
.. code-block:: sh
@@ -117,4 +117,4 @@ This setup will make the VRRP process execute the ``/config/scripts/vrrp-fail.sh
set high-availability vrrp group Foo transition-script backup "/config/scripts/vrrp-fail.sh Foo"
set high-availability vrrp group Foo transition-script fault "/config/scripts/vrrp-fail.sh Foo"
- set high-availability vrrp group Foo transition-script master "/config/scripts/vrrp-master.sh Foo" \ No newline at end of file
+ set high-availability vrrp group Foo transition-script master "/config/scripts/vrrp-master.sh Foo"