Revision 19aeae7f
Added by Scott Ullrich almost 20 years ago
usr/local/www/interfaces.php | ||
---|---|---|
261 | 261 |
|
262 | 262 |
/* setup carp interfaces */ |
263 | 263 |
interfaces_carp_configure(); |
264 |
|
|
265 |
/* bring up carp interfaces */ |
|
266 |
interfaces_carp_bringup(); |
|
267 |
|
|
264 |
|
|
268 | 265 |
$savemsg = get_std_save_message($retval); |
269 | 266 |
} |
270 | 267 |
} |
Also available in: Unified diff
Adjust carp bootup sequence. Do not down the interfaces and later up them.