diff --git a/net/haproxy/pkg-descr b/net/haproxy/pkg-descr index ec9cad239..f8ad61a80 100644 --- a/net/haproxy/pkg-descr +++ b/net/haproxy/pkg-descr @@ -24,6 +24,7 @@ Changed: * upgrade to HAProxy 3.2 release series (#5147) * refactor http/tcp rules to make extensions easier * rename some labels in rules +* change LUA boolean conversion (see tune.lua.bool-sample-conversion) 4.6 diff --git a/net/haproxy/src/opnsense/service/templates/OPNsense/HAProxy/haproxy.conf b/net/haproxy/src/opnsense/service/templates/OPNsense/HAProxy/haproxy.conf index 022f2938d..fb1e5c106 100644 --- a/net/haproxy/src/opnsense/service/templates/OPNsense/HAProxy/haproxy.conf +++ b/net/haproxy/src/opnsense/service/templates/OPNsense/HAProxy/haproxy.conf @@ -968,6 +968,7 @@ global {% if OPNsense.HAProxy.general.tuning.bufferSize|default("") != "" %} tune.bufsize {{OPNsense.HAProxy.general.tuning.bufferSize}} {% endif %} + tune.lua.bool-sample-conversion normal {% if OPNsense.HAProxy.general.tuning.luaMaxMem|default("") != "" %} tune.lua.maxmem {{OPNsense.HAProxy.general.tuning.luaMaxMem}} {% endif %}