Revision 933e1032
Added by Scott Ullrich over 19 years ago
etc/inc/pfsense-utils.inc | ||
---|---|---|
1376 | 1376 |
|
1377 | 1377 |
/* reload the filter */ |
1378 | 1378 |
filter_configure_sync(); |
1379 |
|
|
1379 |
|
|
1380 |
/* bring up carp interfaces*/ |
|
1381 |
interfaces_carp_bring_up_final(); |
|
1382 |
|
|
1380 | 1383 |
/* sync pw database */ |
1381 | 1384 |
conf_mount_rw(); |
1382 | 1385 |
mwexec("/usr/sbin/pwd_mkdb -d /etc/ /etc/master.passwd"); |
Also available in: Unified diff
run interfaces_carp_bring_up_final() at end of reload_all