summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-11-10 15:00:30 +0100
committerErmal <eri@pfsense.org>2014-11-10 15:00:30 +0100
commit5063f1df931b2887e2da2560c73fef954656e4e8 (patch)
tree6dc55e05e7936c41238a135461fdeb4dd53bc410 /etc/inc/filter.inc
parent9c97df267fd4f3c6c638466a54482e3d2c1b2986 (diff)
downloadpfsense-5063f1df931b2887e2da2560c73fef954656e4e8.zip
pfsense-5063f1df931b2887e2da2560c73fef954656e4e8.tar.gz
Ticket #3967. Allow to have carp as parent of ipaliases - continued
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 8c76128..7bd342c 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -3641,7 +3641,7 @@ function filter_generate_ipsec_rules($log = array()) {
}
}
- if (strstr($ph1ent['interface'], "_vip"))
+ if (strpos($ph1ent['interface'], "_vip"))
list($parentinterface, $vhid) = explode("_vhid", $ph1ent['interface']);
else
$parentinterface = $ph1ent['interface'];
OpenPOWER on IntegriCloud