Merge pull request #451 from srividya0208/vrrp_scripting

Added a reference link of scripting page in the vrrp.
This commit is contained in:
Robert Göhler 2021-02-15 20:30:05 +01:00 committed by GitHub
commit 15600332bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,3 +189,5 @@ and the ``/config/scripts/vrrp-master.sh`` when the router becomes the master:
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"
To know more about scripting, check the :ref:`command-scripting` section.