diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-12 17:10:30 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-12 17:10:30 +0000 |
commit | e0311d68d893c7fea08877fbe5a0690e65cb7dd0 (patch) | |
tree | 1982b987d46a40f9a84a89fcb158c25fa92f1348 /packages/carp.xml | |
parent | 3bba1fa10966948048b1bce88616de7cb139fc8f (diff) | |
download | pfsense-packages-e0311d68d893c7fea08877fbe5a0690e65cb7dd0.tar.gz pfsense-packages-e0311d68d893c7fea08877fbe5a0690e65cb7dd0.tar.bz2 pfsense-packages-e0311d68d893c7fea08877fbe5a0690e65cb7dd0.zip |
pfsync interfaces do not need an ip, just the physical interface.
Diffstat (limited to 'packages/carp.xml')
-rw-r--r-- | packages/carp.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/carp.xml b/packages/carp.xml index fa20ef1d..f87e544d 100644 --- a/packages/carp.xml +++ b/packages/carp.xml @@ -240,9 +240,7 @@ if($carp['balancing'] != "") $using_arp_balance = 1; $carp_sync_int = convert_friendly_interface_to_real_interface_name($carp['pfsyncinterface']); - $carp_sync_ip = find_interface_ip($carp_sync_int); 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"); |