Perform IPv6 DAD only in ifn_start.

This commit is contained in:
Hiroki Sato
2012-01-29 08:33:34 +00:00
parent ad69d4e266
commit d830cea6b7
+4 -2
View File
@@ -138,10 +138,12 @@ network_common()
done
# inet6 address configuration needs sleep for DAD.
if [ -n "${_dadwait}" ]; then
case ${_func}:${_dadwait} in
ifn_start:1)
sleep `${SYSCTL_N} net.inet6.ip6.dad_count`
sleep 1
fi
;;
esac
_str=
if [ -n "${_ok}" ]; then