After netstart, dhcpleased, and resolved are running, spin up to 10
authorderaadt <deraadt@openbsd.org>
Thu, 22 Jul 2021 01:53:45 +0000 (01:53 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 22 Jul 2021 01:53:45 +0000 (01:53 +0000)
commit4ba63a1b545780b48624520d82b207f0bc4ab8df
tree77db37687378eeea593f1d99accd2433310500d3
parenta3a83fc4b182cb90b6d2c3f69e20c7348bb5c4ff
After netstart, dhcpleased, and resolved are running, spin up to 10
seconds waiting for a default route (v4 or v6) to exist, this
increases the chance of DNS lookups working earlier.  This is done
before pf is configured, sorry we have good reasons.  Static
configurations are unaffected.  dhclient previously did this kind of
delay, and this is the lightest touch we can come up with which gives
the same effect.
While here, also start relinking earlier.
ok benno florian sthen
etc/rc