]> git.ipfire.org Git - thirdparty/dracut.git/commit
net-lib: check if addr exists before checking for dad state
authorLukas Nykryn <lnykryn@redhat.com>
Mon, 7 Oct 2019 14:48:09 +0000 (16:48 +0200)
committerHarald Hoyer <harald@hoyer.xyz>
Wed, 23 Oct 2019 08:44:26 +0000 (10:44 +0200)
commitdaa49cc2216d6387541ef36e8427081f6b02f224
treec000c5c41280df290823412412e6ca8ac53dcfa8
parent224175d8bc2b962e1e873271ffa31eb398ec3bb5
net-lib: check if addr exists before checking for dad state

Before we check if dad is done we should first make sure,
that there is a link local address where we do the check.

Due to this issue, on ipv6 only setups sometimes dhclient started
asking for ip address, before the link local address was present
and failed immediately.
modules.d/40network/net-lib.sh