diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-30 17:27:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-30 17:27:43 +0200 |
commit | d127bb798e5f7727b392211c2d3b1619373e840c (patch) | |
tree | 0d869996faeed87d7f0bb002a53fb2eabd24fc65 /interface-definitions/load-balancing_reverse-proxy.xml.in | |
parent | 22506533e995dfb14770a841a8baf52d74b0e176 (diff) | |
parent | dd2516904527c74e01e0ced5166afe72a479ee00 (diff) | |
download | vyos-1x-d127bb798e5f7727b392211c2d3b1619373e840c.tar.gz vyos-1x-d127bb798e5f7727b392211c2d3b1619373e840c.zip |
Merge pull request #3531 from Embezzle/T6409
reverse-proxy: T6409: Remove unused backend parameters
Diffstat (limited to 'interface-definitions/load-balancing_reverse-proxy.xml.in')
-rw-r--r-- | interface-definitions/load-balancing_reverse-proxy.xml.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/interface-definitions/load-balancing_reverse-proxy.xml.in b/interface-definitions/load-balancing_reverse-proxy.xml.in index 011e1b53c..e50e6e579 100644 --- a/interface-definitions/load-balancing_reverse-proxy.xml.in +++ b/interface-definitions/load-balancing_reverse-proxy.xml.in @@ -92,19 +92,6 @@ #include <include/generic-description.xml.i> #include <include/haproxy/mode.xml.i> #include <include/haproxy/http-response-headers.xml.i> - <node name="parameters"> - <properties> - <help>Backend parameters</help> - </properties> - <children> - <leafNode name="http-check"> - <properties> - <help>HTTP health check</help> - <valueless/> - </properties> - </leafNode> - </children> - </node> <node name="http-check"> <properties> <help>HTTP check configuration</help> |