]> git.ipfire.org Git - thirdparty/dracut.git/commit
fix(network): IPv6: don't wait for RA for static IPv6 assignments
authorMartin Wilck <mwilck@suse.com>
Tue, 7 Feb 2023 21:24:15 +0000 (22:24 +0100)
committerAntonio Álvarez Feijoo <antonio.feijoo@suse.com>
Mon, 13 Feb 2023 15:17:45 +0000 (16:17 +0100)
commit726d56ca0a23e5a39de5f809da2d20ce7985d437
tree10398c4ca52ed88af2ac6c89fbed766b43a3c385
parentb074216be93dc4512b76fcd6b77a727aef11b22b
fix(network): IPv6: don't wait for RA for static IPv6 assignments

This patch reverts commit
c603419 ("wait for IPv6 RA if using none/static IPv6 assignment").
It's not generally correct wait for a default route to be established
for an interface, or to wait for "proto ra" routes in general.
For example, if the system is a router itself, it will receive no
RAs. In isolated networks, no gateway may be advertized, either.
This is similar in spirit to 76f6566 ("Revert "wait for IPv6 RA
if using none/static IPv6 assignment"")

Whatever c603419 ("wait for IPv6 RA if using none/static IPv6 assignment")
was supposed to achieve, it should be done differently.
modules.d/40network/net-lib.sh