diff options
author | Robert Göhler <github@ghlr.de> | 2023-04-25 11:55:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-25 11:55:06 +0200 |
commit | baffadfe9e74f50600aa2fa622ec6b63072a17d1 (patch) | |
tree | 1f73e40c11c585b6eb5597ea8c14166961ce10a9 /docs/configuration/protocols | |
parent | b7b11ca614b54f9a4b59dcf7f08c6a5d1d2816c8 (diff) | |
parent | 44383529189685fe1035d5a026915bb5929f1bc3 (diff) | |
download | vyos-documentation-baffadfe9e74f50600aa2fa622ec6b63072a17d1.tar.gz vyos-documentation-baffadfe9e74f50600aa2fa622ec6b63072a17d1.zip |
Merge pull request #994 from sever-sever/failover-route-policy
Add protocol failover route policy
Diffstat (limited to 'docs/configuration/protocols')
-rw-r--r-- | docs/configuration/protocols/failover.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/configuration/protocols/failover.rst b/docs/configuration/protocols/failover.rst index 11fb20ca..daeb65f4 100644 --- a/docs/configuration/protocols/failover.rst +++ b/docs/configuration/protocols/failover.rst @@ -32,6 +32,19 @@ Failover Routes Default is ``icmp``. +.. cfgcmd:: set protocols failover route <subnet> next-hop <address> check + policy <policy> + + Policy for checking targets + +* ``all-available`` all checking target addresses must be available to pass + this check + +* ``any-available`` any of the checking target addresses must be available + to pass this check + + Default is ``any-available``. + .. cfgcmd:: set protocols failover route <subnet> next-hop <address> interface <interface> |