CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2022/11/01 04:45:53
Modified files: etc : netstart Log message: 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