summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/filter.inc')
-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 4bdea31..9ae2bb8 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -3232,7 +3232,7 @@ function filter_generate_ipsec_rules() {
$parentinterface = $ph1ent['interface'];
}
if (empty($FilterIflist[$parentinterface]['descr']))
- return "# Could not locate interface for IPsec: {descr}\n";
+ return "# Could not locate interface for IPsec: {$descr}\n";
/* add endpoint routes to correct gateway on interface */
if(interface_has_gateway($parentinterface)) {
OpenPOWER on IntegriCloud