Revision 19aeae7f
Added by Scott Ullrich almost 20 years ago
usr/local/www/interfaces_opt.php | ||
---|---|---|
207 | 207 |
|
208 | 208 |
/* setup carp interfaces */ |
209 | 209 |
interfaces_carp_configure(); |
210 |
|
|
211 |
/* bring up carp interfaces */ |
|
212 |
interfaces_carp_bringup(); |
|
213 | 210 |
|
214 | 211 |
/* sync filter configuration */ |
215 | 212 |
filter_configure(); |
Also available in: Unified diff
Adjust carp bootup sequence. Do not down the interfaces and later up them.