diff options
author | Alex W <embezzle.dev@proton.me> | 2024-05-27 21:47:24 +0100 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-05-30 15:28:48 +0000 |
commit | a2a3a3e239534d5665f5992c3aacd15545904c87 (patch) | |
tree | d4a1c9fc3d0ec48d61606000c057179221fc1f37 /interface-definitions/load-balancing_reverse-proxy.xml.in | |
parent | e26fcfb0bb254deea26d9cf3c9707552eafcafe9 (diff) | |
download | vyos-1x-a2a3a3e239534d5665f5992c3aacd15545904c87.tar.gz vyos-1x-a2a3a3e239534d5665f5992c3aacd15545904c87.zip |
reverse-proxy: T6409: Remove unused backend parameters
(cherry picked from commit fb6602f431f5595b97ea3726467ec782fa50ceb8)
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> |