mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix the ipfw rule to use the table cp_ifaces and not the interface cp_ifaces.
This commit is contained in:
parent
a4aebf446a
commit
9945720f2e
@ -490,7 +490,7 @@ function captiveportal_init_general_rules($flush = false) {
|
||||
table cp_ifaces create type iface valtype skipto
|
||||
|
||||
# Redirect each CP interface to its specific rule
|
||||
add 1000 skipto tablearg all from any to any via cp_ifaces
|
||||
add 1000 skipto tablearg all from any to any via table(cp_ifaces)
|
||||
|
||||
# This interface has no cp zone configured
|
||||
add 1100 allow all from any to any
|
||||
|
||||
Loading…
Reference in New Issue
Block a user