diff options
author | Alex W <embezzle.dev@proton.me> | 2024-05-27 21:47:24 +0100 |
---|---|---|
committer | Alex W <embezzle.dev@proton.me> | 2024-05-27 21:48:50 +0100 |
commit | fb6602f431f5595b97ea3726467ec782fa50ceb8 (patch) | |
tree | aa1ef0c9df378f46dff28d2f83e308aeb1bf2ac2 /interface-definitions/load-balancing_reverse-proxy.xml.in | |
parent | 48e5266e2bca8d1d7a2ee4bacbe0e6628de3fa66 (diff) | |
download | vyos-1x-fb6602f431f5595b97ea3726467ec782fa50ceb8.tar.gz vyos-1x-fb6602f431f5595b97ea3726467ec782fa50ceb8.zip |
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> |