summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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