From 18e9f808f0106d6fafe6e9649220830f3747dab5 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 12 Mar 2005 01:12:41 +0000 Subject: Bring actualy syncing interface up for pfsync. --- packages/carp.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'packages') 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++; } -- cgit v1.2.3