Revision 6fa4bdc6
Added by Scott Ullrich over 19 years ago
etc/inc/interfaces.inc | ||
---|---|---|
375 | 375 |
global $g; |
376 | 376 |
/* lets bring the carp interfaces up now */ |
377 | 377 |
if ($g['booting']) |
378 |
sleep(1);
|
|
378 |
sleep(2);
|
|
379 | 379 |
$carp_ints = find_number_of_created_carp_interfaces(); |
380 | 380 |
for($x=0; $x<$carp_ints; $x++) |
381 | 381 |
mwexec("/sbin/ifconfig carp{$x} up"); |
Also available in: Unified diff
Correct carp bringup sequence