aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-12 01:12:41 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-12 01:12:41 +0000
commit18e9f808f0106d6fafe6e9649220830f3747dab5 (patch)
treecbf8d30e2490ff06948611b244083c497ebaf89b /packages
parent6abae541c18876fd137cf39cd54ed688a3dfb087 (diff)
downloadpfsense-packages-18e9f808f0106d6fafe6e9649220830f3747dab5.tar.gz
pfsense-packages-18e9f808f0106d6fafe6e9649220830f3747dab5.tar.bz2
pfsense-packages-18e9f808f0106d6fafe6e9649220830f3747dab5.zip
Bring actualy syncing interface up for pfsync.
Diffstat (limited to 'packages')
-rw-r--r--packages/carp.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/carp.xml b/packages/carp.xml
index c05ae0b5..fed33e3e 100644
--- a/packages/carp.xml
+++ b/packages/carp.xml
@@ -244,6 +244,7 @@
fwrite($fout, "/sbin/ifconfig pfsync0 create\n");
fwrite($fout, "/sbin/ifconfig pfsync0 {$carp_sync_ip}/24\n");
fwrite($fout, "/sbin/ifconfig pfsync0 syncif " . $carp_sync_int . "\n");
+ fwrite($fout, "/sbin/ifconfig {$carp_sync_int} up\n");
fwrite($fout, "/sbin/ifconfig pfsync0 up\n");
$pfsync_instances_counter++;
}