Skip to content

Commit

Permalink
Fix the ipfw rule to use the table cp_ifaces and not the interface cp…
Browse files Browse the repository at this point in the history
…_ifaces.
  • Loading branch information
loos-br committed Oct 25, 2016
1 parent a4aebf4 commit 9945720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/inc/captiveportal.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9945720

Please sign in to comment.