From 3cfb799dffd7a0443ba6307256f953e408baabfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=E7i?= Date: Fri, 22 May 2009 15:31:33 +0000 Subject: [PATCH] Fix ipfw rule syntax. --- etc/inc/captiveportal.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc index 48f874a30d..736763b266 100644 --- a/etc/inc/captiveportal.inc +++ b/etc/inc/captiveportal.inc @@ -343,7 +343,7 @@ EOD; add 1000 set 1 skipto 1200 all from any to any not layer2 $cpif # skip to traffic shaper if not on captive portal interface add 1001 set 1 skipto 50000 all from any to any not layer2 -add 1003 set 1 skipto 1100 layer2 via $cpif +add 1003 set 1 skipto 1100 layer2 $cpif # pass all layer2 traffic on other interfaces add 1004 set 1 pass layer2