From c5d5e6358af540da48509f11abb404873bd314ff Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Mon, 22 Aug 2016 18:36:40 +0200 Subject: [PATCH] (proxy) add constraint, closes https://github.com/opnsense/core/issues/1106 --- .../mvc/app/models/OPNsense/Proxy/Proxy.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/opnsense/mvc/app/models/OPNsense/Proxy/Proxy.xml b/src/opnsense/mvc/app/models/OPNsense/Proxy/Proxy.xml index a75ad13dc..c91075965 100644 --- a/src/opnsense/mvc/app/models/OPNsense/Proxy/Proxy.xml +++ b/src/opnsense/mvc/app/models/OPNsense/Proxy/Proxy.xml @@ -152,12 +152,26 @@ 1 Specify the overall bandwidth for downloads in kilobits per second. N + + + Both trotteling parameters should either be filled or empty + OPNsense\Base\Constraints\AllOrNoneConstraint + + perHostTrotteling + + + 256 1 Specify the per host bandwidth for downloads in kilobits per second. N + + + OverallBandwidthTrotteling.check001 + +