Revert "interfaces: try to wait out DAD result to catch new addresses with radvd #6637"

This reverts commit 31368fb15aae9a2764c10523f2b70c4b27578ca8.
Does not appear to be the issue.
This commit is contained in:
Franco Fichtner 2023-06-28 13:54:07 +02:00
parent 24dbe30cad
commit 0ea5b46a68

View File

@ -3630,8 +3630,6 @@ function link_interface_to_track6($wanif, $update = false)
}
if (count($list)) {
$dad_delay = (int)get_single_sysctl('net.inet6.ip6.dad_count');
sleep($dad_delay + 1);
plugins_configure('dhcp', false, ['inet6']);
}
}