summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-03-24 15:27:52 +0000
committerErmal <eri@pfsense.org>2011-03-24 15:27:52 +0000
commit2279a5878279289f4d120e49e4b96a754f0a03bb (patch)
tree13a34516be29a60f4aa5082ea9d5114be1d2fb2f /etc
parent9634e95bc2e1f1509b46cfcdd5439f487ab8face (diff)
downloadpfsense-2279a5878279289f4d120e49e4b96a754f0a03bb.zip
pfsense-2279a5878279289f4d120e49e4b96a754f0a03bb.tar.gz
Try to not stomp rule to each other. Reported-by: http://forum.pfsense.org/index.php/topic,34787.msg180186.html#msg180186
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/captiveportal.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index f19e2fb..7e93f46 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -1389,7 +1389,7 @@ function captiveportal_get_next_ipfw_ruleno($rulenos_start = 2000, $rulenos_rang
* and the out pipe ruleno + 1. This removes limitation that where present in
* previous version of the peruserbw.
*/
- if (isset($config['captiveportal']['peruserbw']))
+ if (isset($config['captiveportal']['peruserbw']) || $usebw == true)
$ridx++;
continue;
}
OpenPOWER on IntegriCloud