Revision 3614c7da
Added by Luiz Souza over 7 years ago
src/etc/rc.bootup | ||
---|---|---|
155 | 155 |
system("/sbin/shutdown -h now"); |
156 | 156 |
exit(0); |
157 | 157 |
} |
158 |
reload_interfaces_sync(); |
|
158 | 159 |
led_kitt(); |
159 | 160 |
} |
160 | 161 |
|
Also available in: Unified diff
Force the configuration reload after the initial interface assignment.
Also, always save the assign_complete status.