summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-02-15 19:21:19 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-02-15 19:21:19 +0000
commit49fac85bfb87d14caf64e0494fe9f0614e832315 (patch)
tree8c739fca21dbe864a100eaba54e3805a850d5d86 /etc
parenta5250ebc11cdf4c1baabc4ff201d16e291ba1468 (diff)
downloadpfsense-49fac85bfb87d14caf64e0494fe9f0614e832315.zip
pfsense-49fac85bfb87d14caf64e0494fe9f0614e832315.tar.gz
If carp ips are defined install them regardless of the settings
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 7b67638..fd2f093 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -361,8 +361,6 @@ function interfaces_carp_configure() {
}
return;
}
- if(!$config['installedpackages']['carpsettings']['config'])
- return;
if ($g['booting'] and !$debugging) {
echo "Configuring CARP interfaces...";
mute_kernel_msgs();
OpenPOWER on IntegriCloud