Bug 251587 - netwait on an ipv6 address at system startup does not work when rtsold needs to be started first in order to obtain an ipv6 address for the machine
Summary: netwait on an ipv6 address at system startup does not work when rtsold needs ...
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: conf (show other bugs)
Version: 12.2-RELEASE
Hardware: amd64 Any
: --- Affects Many People
Assignee: freebsd-rc (Nobody)
URL:
Keywords: easy, ipv6
Depends on:
Blocks:
 
Reported: 2020-12-04 21:51 UTC by fbsddev
Modified: 2021-07-11 18:59 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fbsddev 2020-12-04 21:51:50 UTC
I wanted to use netwait_enable in rc.conf in combination with an IPv6 netwait_ip.

In my home network rtsold needs to be started in order to obtain my local IPv6 address from my router.

Because netwait is started before rtsold by the rc scripts, the netwait on an IPv6 address will never be successful.

In my opinion the simple solution would be changing the order in the rc scripts and let rtsold run before trying the netwait.