summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-29 18:01:39 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-29 18:01:39 +0000
commit4b15759a2b4ad05092b96850797b271b0bce306e (patch)
tree79781e6689b2c0358a1ca796166a4ff0ed5ab992 /etc/inc
parent1ae5ad242dc23eb57b254fa09121522694f9f161 (diff)
downloadpfsense-4b15759a2b4ad05092b96850797b271b0bce306e.zip
pfsense-4b15759a2b4ad05092b96850797b271b0bce306e.tar.gz
Be sure to bring parent pfsync interface up
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/interfaces.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 07000b5..2552d18 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -264,6 +264,7 @@ function interfaces_carp_configure() {
mwexec("/sbin/ifconfig pfsync0 create");
mwexec("/sbin/ifconfig pfsync0 syncdev " . $carp_sync_int);
mwexec("/sbin/ifconfig pfsync0 syncif " . $carp_sync_int);
+ mwexec("/sbin/ifconfig {$carp_sync_int} up");
mwexec("/sbin/ifconfig pfsync0 up");
if($g['booting']) {
/* install rules to alllow pfsync to sync up during boot
OpenPOWER on IntegriCloud