diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-02-01 09:52:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-01 09:52:25 +0100 |
commit | efbc6141f157c3618a86792f9e6fad56626a7004 (patch) | |
tree | 0eb641e6006203928c7716ab4ca1bbb88d04b0fd | |
parent | a76640aecf4b159eeda865cec26b105b65fc26cc (diff) | |
parent | 1fe70bec321441844d972cb905084cf09d8f3c83 (diff) | |
download | vyos-documentation-efbc6141f157c3618a86792f9e6fad56626a7004.tar.gz vyos-documentation-efbc6141f157c3618a86792f9e6fad56626a7004.zip |
Merge pull request #198 from currite/vrrp-syntax
high availability: fix example command
-rw-r--r-- | docs/high-availability.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/high-availability.rst b/docs/high-availability.rst index 1ee59a7f..ad714597 100644 --- a/docs/high-availability.rst +++ b/docs/high-availability.rst @@ -70,7 +70,7 @@ A sync group allows VRRP groups to transition together. .. code-block:: none - edit high-availability + edit high-availability vrrp set sync-group MAIN member VLAN9 set sync-group MAIN member VLAN20 |