diff options
Diffstat (limited to 'docs')
| -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> | 
