diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-10-27 18:10:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-27 18:10:02 +0100 |
| commit | c4ead67fd111aa44314e604df1c4ec475fcedd45 (patch) | |
| tree | 2c0c074d7493202bf4edc5289a574fb528bae1c5 /interface-definitions/load-balancing_haproxy.xml.in | |
| parent | d316d808669994c4528b67a651fe0559a4b3dc77 (diff) | |
| parent | bba498d2cf6d897789641ca093c2d3b9daff8472 (diff) | |
| download | vyos-1x-c4ead67fd111aa44314e604df1c4ec475fcedd45.tar.gz vyos-1x-c4ead67fd111aa44314e604df1c4ec475fcedd45.zip | |
Merge pull request #4806 from alexandr-san4ez/T7906-current
haproxy: T7906: Probing of a port other than the one to which normal traffic is sent
Diffstat (limited to 'interface-definitions/load-balancing_haproxy.xml.in')
| -rw-r--r-- | interface-definitions/load-balancing_haproxy.xml.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/interface-definitions/load-balancing_haproxy.xml.in b/interface-definitions/load-balancing_haproxy.xml.in index 399197366..163ffa869 100644 --- a/interface-definitions/load-balancing_haproxy.xml.in +++ b/interface-definitions/load-balancing_haproxy.xml.in @@ -253,12 +253,14 @@ <valueless/> </properties> </leafNode> - <leafNode name="check"> + <node name="check"> <properties> <help>Active health check backend server</help> - <valueless/> </properties> - </leafNode> + <children> + #include <include/port-number.xml.i> + </children> + </node> #include <include/port-number.xml.i> <leafNode name="send-proxy"> <properties> |
