summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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