summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-11-07 19:26:51 +0000
committerErmal <eri@pfsense.org>2013-11-07 19:27:07 +0000
commita00acb4c9f956b02c031b1439ee76a85846b6a18 (patch)
treee0c09ec29e62f44379c4d198abebed189e06c36e /etc
parent215319ceb0027d0f22da0dc736b478047b29820f (diff)
downloadpfsense-a00acb4c9f956b02c031b1439ee76a85846b6a18.zip
pfsense-a00acb4c9f956b02c031b1439ee76a85846b6a18.tar.gz
Do not forget the trace in the pf.conf that something went wrong during rules generation to be able to at least detect what is going on
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 6437fce..2567e34 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -3400,7 +3400,7 @@ function filter_generate_ipsec_rules() {
$parentinterface = $ph1ent['interface'];
}
if (empty($FilterIflist[$parentinterface]['descr'])) {
- $ipfrules = "# Could not locate interface for IPsec: {$descr}\n";
+ $ipfrules .= "# Could not locate interface for IPsec: {$descr}\n";
continue;
}
/* add endpoint routes to correct gateway on interface */
OpenPOWER on IntegriCloud