mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-11-02 11:52:03 +01:00
Add protocol failover route policy
This commit is contained in:
parent
a7fe804920
commit
4438352918
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user