summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2014-12-30 23:52:19 +0100
committerErmal LUÇI <eri@pfsense.org>2014-12-30 23:52:19 +0100
commit46a99aec1e34ae9e2f4e353ce5b732cabfb49f7f (patch)
tree924c73640cc5163a53e635c88a5050773f4c488c
parent13403bd102c4a25b366ac7d8556ab13a581c31a0 (diff)
downloadpfsense-46a99aec1e34ae9e2f4e353ce5b732cabfb49f7f.zip
pfsense-46a99aec1e34ae9e2f4e353ce5b732cabfb49f7f.tar.gz
Unbreak IPsec rules generation for IPsec over CARP. Should help even Ticket #4157
-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 e65ca64..1f94ce5 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -3685,7 +3685,7 @@ function filter_generate_ipsec_rules($log = array()) {
}
if (strpos($ph1ent['interface'], "_vip"))
- list($parentinterface, $vhid) = explode("_vhid", $ph1ent['interface']);
+ list($parentinterface, $vhid) = explode("_vip", $ph1ent['interface']);
else
$parentinterface = $ph1ent['interface'];
if (empty($FilterIflist[$parentinterface]['descr'])) {
OpenPOWER on IntegriCloud