diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-12-22 13:35:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-22 13:35:32 +0100 |
commit | bed774eb3ef5544dc6d5549a021e8d827a3ffa17 (patch) | |
tree | c9063566df8d91f6bf998d63211414981cfe6658 | |
parent | 3314edf9e35c820abbdfc04ceec21d9b091d32de (diff) | |
parent | eb682f89e422251bd9084aebccf0f8611744c984 (diff) | |
download | vyos-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.rst | 2 |
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. |