]> git.ipfire.org Git - thirdparty/dracut.git/commit
Revert "wait for IPv6 RA if using none/static IPv6 assignment"
authorLukas Nykryn <lnykryn@redhat.com>
Tue, 4 Feb 2020 13:18:01 +0000 (14:18 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Tue, 11 Feb 2020 13:23:27 +0000 (14:23 +0100)
commit76f6566fd777e0ee20416061ecb795e8daef33e1
tree933d362448abc6482a065c62c2b50252ce82b432
parent962310483f473dbc8d71d70ba464d273b9808d31
Revert "wait for IPv6 RA if using none/static IPv6 assignment"

This reverts commit c603419030136570b5944dc4620f62d07b9e82bb.

wait_for_ipv6_dad_link is only called from dhclient script,
so the original intent "wait for IPv6 RA if using none/static IPv6 assignment"
does not seem to be correct.

Anyway, this brings an issue on isolated networks, where you don't
have any routes outside. dhclient-script hangs on this check
and after it times out, dhclient is able to set the address normally.
modules.d/40network/net-lib.sh