Add protocol failover route policy

This commit is contained in:
Viacheslav Hletenko 2023-04-24 16:29:50 +03:00
parent a7fe804920
commit 4438352918

View File

@ -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>