summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-02-23 23:11:10 +0000
committerErmal Luçi <eri@pfsense.org>2010-02-23 23:11:10 +0000
commitdae5589e81d5ca01841544e041d384f5b6c0df6d (patch)
treef5c5c801ec6971d2356cee49dd48c62ebfc38bc2
parent44088ce83aff8b3c1bb5ead1ccd7eeb56e3b2ee2 (diff)
downloadpfsense-dae5589e81d5ca01841544e041d384f5b6c0df6d.zip
pfsense-dae5589e81d5ca01841544e041d384f5b6c0df6d.tar.gz
carp interfaces are now called vip's.
-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 fb0c5ca..bb7cbbd 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2351,7 +2351,7 @@ function filter_generate_ipsec_rules() {
}
}
- if(preg_match("/^carp/i", $ph1ent['interface'])) {
+ if(preg_match("/^vip/i", $ph1ent['interface'])) {
$parentinterface = link_carp_interface_to_parent($ph1ent['interface']);
} else {
$parentinterface = $ph1ent['interface'];
OpenPOWER on IntegriCloud