summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-09 02:42:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-09 02:42:33 +0000
commit1f03d30ce824e6023426e75b7fa01096410e274d (patch)
tree70c9c9ed0b607125aad256b95e959c634ededd44 /etc/inc
parent7caa240ea46bdc8a3223a360f80020dba8bdceb7 (diff)
downloadpfsense-1f03d30ce824e6023426e75b7fa01096410e274d.zip
pfsense-1f03d30ce824e6023426e75b7fa01096410e274d.tar.gz
Do not configure carp so early in boot process
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/interfaces.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 1862b3f..631fc48 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -58,9 +58,6 @@ function interfaces_vlan_configure() {
interface_vlan_configure($vlan['if'], $vlan['tag'], $vlan['vlanif']);
$i++;
}
- //Leaving it here as it was in original 1.2 code, I don't know if it's needed. aturetta.
- /* CARP interfaces can be attached to VLAN's, too. */
- interfaces_carp_configure();
}
}
OpenPOWER on IntegriCloud