summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2015-01-15 20:17:46 +0100
committerErmal LUÇI <eri@pfsense.org>2015-01-15 20:17:46 +0100
commit89f171b052fbe72aed654d2a1c3d5a24e9bf9902 (patch)
tree88099045c1b9056bd469f156c28e0015c811980e /etc/inc/filter.inc
parent98bf4991dc31f97fc7315a6b8aba433de9d39cea (diff)
downloadpfsense-89f171b052fbe72aed654d2a1c3d5a24e9bf9902.zip
pfsense-89f171b052fbe72aed654d2a1c3d5a24e9bf9902.tar.gz
Ticket #3997, teach code to track carp through uniqids(). Missing carp GUI changes and upgrade code
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 03d21f2..6b044d6 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -3678,7 +3678,7 @@ function filter_generate_ipsec_rules($log = array()) {
}
if (strpos($ph1ent['interface'], "_vip"))
- list($parentinterface, $vhid) = explode("_vip", $ph1ent['interface']);
+ $parentinterface = get_configured_carp_interface_list($ph1ent['interface'], '', 'iface');
else
$parentinterface = $ph1ent['interface'];
if (empty($FilterIflist[$parentinterface]['descr'])) {
OpenPOWER on IntegriCloud