diff options
author | Christian Breunig <christian@breunig.cc> | 2023-09-21 07:15:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-21 07:15:04 +0200 |
commit | cb06343979c08b9b45ada95b8c96dcaeb5ea6466 (patch) | |
tree | 6b3509577308fb5aba0fb315966236641bf63f0b /interface-definitions | |
parent | f9fd136402e87864a4449fa920cf036b9e97338b (diff) | |
parent | cb297aea56da91144c53be1f396b64a26a8e5b04 (diff) | |
download | vyos-1x-cb06343979c08b9b45ada95b8c96dcaeb5ea6466.tar.gz vyos-1x-cb06343979c08b9b45ada95b8c96dcaeb5ea6466.zip |
Merge pull request #2294 from sever-sever/T5602
T5602: Reverse-proxy add option backup for backend server
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/load-balancing-haproxy.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/load-balancing-haproxy.xml.in b/interface-definitions/load-balancing-haproxy.xml.in index f955a2fb7..564c335ec 100644 --- a/interface-definitions/load-balancing-haproxy.xml.in +++ b/interface-definitions/load-balancing-haproxy.xml.in @@ -124,6 +124,12 @@ </constraint> </properties> </leafNode> + <leafNode name="backup"> + <properties> + <help>Use backup server if other servers are not available</help> + <valueless/> + </properties> + </leafNode> <leafNode name="check"> <properties> <help>Active health check backend server</help> |