From 9945720f2eec7cda1996abcae0f478d7d4b5fc3a Mon Sep 17 00:00:00 2001 From: Luiz Otavio O Souza Date: Mon, 24 Oct 2016 20:21:47 -0500 Subject: Fix the ipfw rule to use the table cp_ifaces and not the interface cp_ifaces. --- src/etc/inc/captiveportal.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.1