Merge pull request #994 from sever-sever/failover-route-policy

Add protocol failover route policy
This commit is contained in:
Robert Göhler 2023-04-25 11:55:06 +02:00 committed by GitHub
commit baffadfe9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>