summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-05-22 15:31:33 +0000
committerErmal Luçi <eri@pfsense.org>2009-05-22 15:31:33 +0000
commit3cfb799dffd7a0443ba6307256f953e408baabfc (patch)
tree0b2443c106a0261bf511dee8a3e839f1a725bfe2 /etc
parentfca39472782bdbd06722c053cb345de6a8f754bd (diff)
downloadpfsense-3cfb799dffd7a0443ba6307256f953e408baabfc.zip
pfsense-3cfb799dffd7a0443ba6307256f953e408baabfc.tar.gz
Fix ipfw rule syntax.
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 48f874a..736763b 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
OpenPOWER on IntegriCloud