mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-12-16 18:42:05 +01:00
Merge pull request #994 from sever-sever/failover-route-policy
Add protocol failover route policy
This commit is contained in:
commit
baffadfe9e
@ -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