Revision 19aeae7f
Added by Scott Ullrich almost 20 years ago
usr/local/www/interfaces_lan.php | ||
---|---|---|
275 | 275 |
/* setup carp interfaces */ |
276 | 276 |
interfaces_carp_configure(); |
277 | 277 |
|
278 |
/* bring up carp interfaces */ |
|
279 |
interfaces_carp_bringup(); |
|
280 |
|
|
281 | 278 |
unlink($d_landirty_path); |
282 | 279 |
|
283 | 280 |
} |
Also available in: Unified diff
Adjust carp bootup sequence. Do not down the interfaces and later up them.