summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-12-22 13:35:32 +0100
committerGitHub <noreply@github.com>2020-12-22 13:35:32 +0100
commitbed774eb3ef5544dc6d5549a021e8d827a3ffa17 (patch)
treec9063566df8d91f6bf998d63211414981cfe6658
parent3314edf9e35c820abbdfc04ceec21d9b091d32de (diff)
parenteb682f89e422251bd9084aebccf0f8611744c984 (diff)
downloadvyos-documentation-bed774eb3ef5544dc6d5549a021e8d827a3ffa17.tar.gz
vyos-documentation-bed774eb3ef5544dc6d5549a021e8d827a3ffa17.zip
Merge pull request #403 from srividya0208/HA_VRRP
VRRP acronym is corrected
-rw-r--r--docs/configuration/highavailability/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/highavailability/index.rst b/docs/configuration/highavailability/index.rst
index c4dc443f..a223c283 100644
--- a/docs/configuration/highavailability/index.rst
+++ b/docs/configuration/highavailability/index.rst
@@ -3,7 +3,7 @@
High availability
=================
-VRRP (Virtual Redundancy Protocol) provides active/backup redundancy for
+VRRP (Virtual Router 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.