summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-27 17:05:34 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-27 17:05:34 +0000
commitff5df1a0036e61566f2428e6167838d30cd6f345 (patch)
tree14b6d453007e38b6825042fc91e1bed03d6939e9 /etc
parent1de584c9079f60374794ece3fc9d9caad44d3caa (diff)
downloadpfsense-ff5df1a0036e61566f2428e6167838d30cd6f345.zip
pfsense-ff5df1a0036e61566f2428e6167838d30cd6f345.tar.gz
Skip to rule 65535 since its the last allow all from any to any rule
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 1ec1f9c..963806e 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -567,7 +567,7 @@ function captiveportal_passthrumac_configure() {
mwexec("/sbin/ipfw delete 50");
foreach($config['captiveportal']['passthrumac'] as $ptm) {
/* create the pass through mac entry */
- mwexec("/sbin/ipfw add 50 skipto 50000 from any to any MAC {$ptm['mac']}");
+ mwexec("/sbin/ipfw add 50 skipto 65535 from any to any MAC {$ptm['mac']}");
}
}
OpenPOWER on IntegriCloud