summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2019-09-18 02:05:21 +0700
committerGitHub <noreply@github.com>2019-09-18 02:05:21 +0700
commitd66729b987219e46e2f5d7617e7573e5b9f23f54 (patch)
tree412786476466adce98d8179c36bcc6dff7ff6b6b
parent7facf991a64e6e95281b5538e804eb0339be2a34 (diff)
parentbfd22ed16f4e327dedf88205950253a8e7be94b0 (diff)
downloadvyos-documentation-d66729b987219e46e2f5d7617e7573e5b9f23f54.tar.gz
vyos-documentation-d66729b987219e46e2f5d7617e7573e5b9f23f54.zip
Merge pull request #107 from kroy-the-rabbit/patch-2
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"