On Thu, 11 Sep 2014, Roy Marples wrote:
Log Message:
Remove rtsol(8) and rtsold(8) as their functionality is in dhcpcd(8).
Remove rtsol(8) from rc.d/network.
Add -w seconds command to ifconfig to wait for N seconds for until DAD
has finished on all addresses.
Use ifconfig -w in rc.d/network instead of a forced sleep.
This should have been at least three separate commits, more likely four.
1. add -w option to ifconfig;
2. use ifconfig -w option in rc.d/network;
3. stop using rtsol in rc.d/network;
4. remove rtsol and rtsold.
With it all as one commit, it's unnecessarily difficult to pull
up the "ifconfig -w" change and the rc.d/network changes to other
branches.
--apb (Alan Barrett)