mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
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:
parent
24dbe30cad
commit
0ea5b46a68
@ -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']);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user