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 next-hop
check + 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 next-hop
interface