Do not wait for DAD completion in dry-run mode
authorkn <kn@openbsd.org>
Tue, 1 Nov 2022 10:45:53 +0000 (10:45 +0000)
committerkn <kn@openbsd.org>
Tue, 1 Nov 2022 10:45:53 +0000 (10:45 +0000)
commit7c2e177a5b464f2853dd46c13dfd75fac4467888
treef43e1616dfa56dbab3a2614fa04ca9e9f2cedd49
parent3c4ca0e64bd6b8cdda14f09ef165c689329420b3
Do not wait for DAD completion in dry-run mode

1. only do so when running without -n
2. move code to own wait_dad() helper like wait_autoconf_default() has it
3. use local _count as usual in both functions rather than the global count

Feedback OK claudio
etc/netstart