Fix ipfw rule syntax.

This commit is contained in:
Ermal Lui 2009-05-22 15:31:33 +00:00
parent fca3947278
commit 3cfb799dff

View File

@ -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