If a link is not UP at boot time, e.g., a cable gets plugged in later,
rtsold will not send out an RS and we have to wait for the next
unsolicitated RA to get a default router, prefix information, etc.
Hook into rtsolds routing message callback handler and rather than
complicating logic, simply re-set the internal timer if we find a link
UP and RUNNING (based on the rtmsg), and let the rtsold state machine
do the work.
I wrote this in response to D56927 but never tested it.
I would appreciate if someone could test/review.
XXX-BZ also, is there a reference in an RFC related to this which we can/should
mention about this case?