summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
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:31 +0100
commit83650c94af92417f74caf1f386767db0547d4b15 (patch)
tree57c152a45f8cc70751105694d8982d5797b0553c /etc/inc/filter.inc
parentc86c2b8b7d7e3eedbc68d3ed67ed5a7e88052086 (diff)
downloadpfsense-83650c94af92417f74caf1f386767db0547d4b15.zip
pfsense-83650c94af92417f74caf1f386767db0547d4b15.tar.gz
Unbreak IPsec rules generation for IPsec over CARP. Should help even Ticket #4157
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 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