From 7a0aeeba68f092e732ca6b598fc43f52a88a8c31 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Sun, 17 Oct 2021 21:42:56 +0200 Subject: [PATCH] net/haproxy: allow retries to be set to "0", closes #2585 --- net/haproxy/pkg-descr | 1 + .../src/opnsense/mvc/app/models/OPNsense/HAProxy/HAProxy.xml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net/haproxy/pkg-descr b/net/haproxy/pkg-descr index 3b578b24b..c20f334be 100644 --- a/net/haproxy/pkg-descr +++ b/net/haproxy/pkg-descr @@ -19,6 +19,7 @@ Fixed: Changed: * deploy haproxy.conf if it does not exist (#2474) * add new timeout (60s) which will terminate open connections when using graceful stop +* allow retries to be set to "0" (#2585) 3.5 diff --git a/net/haproxy/src/opnsense/mvc/app/models/OPNsense/HAProxy/HAProxy.xml b/net/haproxy/src/opnsense/mvc/app/models/OPNsense/HAProxy/HAProxy.xml index 8521443fe..5f7d9db7b 100644 --- a/net/haproxy/src/opnsense/mvc/app/models/OPNsense/HAProxy/HAProxy.xml +++ b/net/haproxy/src/opnsense/mvc/app/models/OPNsense/HAProxy/HAProxy.xml @@ -223,7 +223,7 @@ N - 1 + 0 100 3 Please specify a value between 1 and 100. @@ -1143,7 +1143,7 @@ N - 1 + 0 100 Please specify a value between 1 and 100. N