From f4346654fb686980935830430ee849f212e23af4 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 5 May 2005 19:09:19 +0000 Subject: Set syncif and syncdev. Not sure which one is needed now and it accepts both! --- packages/carp.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/carp.xml b/packages/carp.xml index 6c562170..44933b15 100644 --- a/packages/carp.xml +++ b/packages/carp.xml @@ -233,6 +233,7 @@ $carp_sync_int = convert_friendly_interface_to_real_interface_name($carp['pfsyncinterface']); fwrite($fout, "/sbin/ifconfig pfsync0 create\n"); fwrite($fout, "/sbin/ifconfig pfsync0 syncdev " . $carp_sync_int . "\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