summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/captiveportal.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index b06176e..492edf8 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -298,8 +298,8 @@ function captiveportal_rules_generate() {
/* note: the captive portal daemon inserts all pass rules for authenticated
clients as skipto 50000 rules to make traffic shaping work */
- $cprules = "add 500 set 1 allow pfsync from any to any";
- $cprules .= "add 500 set 1 allow carp from any to any";
+ $cprules = "add 500 set 1 allow pfsync from any to any\n";
+ $cprules .= "add 500 set 1 allow carp from any to any\n";
/* allow nat redirects to work see
http://cvstrac.pfsense.com/tktview?tn=651
OpenPOWER on IntegriCloud