summaryrefslogtreecommitdiffstats
path: root/src/etc
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2016-10-24 20:21:47 -0500
committerLuiz Otavio O Souza <luiz@netgate.com>2016-10-24 20:22:51 -0500
commit9945720f2eec7cda1996abcae0f478d7d4b5fc3a (patch)
tree6cf6280ab4d0a8250d8b880fa95dc92f23854b81 /src/etc
parenta4aebf446abb52809074232b7aaa4296562e01fe (diff)
downloadpfsense-9945720f2eec7cda1996abcae0f478d7d4b5fc3a.zip
pfsense-9945720f2eec7cda1996abcae0f478d7d4b5fc3a.tar.gz
Fix the ipfw rule to use the table cp_ifaces and not the interface cp_ifaces.
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/inc/captiveportal.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/captiveportal.inc b/src/etc/inc/captiveportal.inc
index b44e874..87fe044 100644
--- a/src/etc/inc/captiveportal.inc
+++ b/src/etc/inc/captiveportal.inc
@@ -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
OpenPOWER on IntegriCloud