From ff5df1a0036e61566f2428e6167838d30cd6f345 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 27 Sep 2005 17:05:34 +0000 Subject: Skip to rule 65535 since its the last allow all from any to any rule --- etc/inc/captiveportal.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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']}"); } } -- cgit v1.1