mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix ipfw rule syntax.
This commit is contained in:
parent
fca3947278
commit
3cfb799dff
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user