]> git.ipfire.org Git - thirdparty/dracut.git/commit
fix(network): don't assume prefix length 64 by default
authorMartin Wilck <mwilck@suse.com>
Fri, 3 Feb 2023 20:39:02 +0000 (21:39 +0100)
committerAntonio Álvarez Feijoo <antonio.feijoo@suse.com>
Mon, 13 Feb 2023 15:17:45 +0000 (16:17 +0100)
commit7ff255a4488f63cf84179d4572f44fe3a1bd29ec
treeac615b32a519cdc47a0f054ace2229304fa0b552
parentc3b65a493a635a3f85f9e65c4337cd4c144ff8fc
fix(network): don't assume prefix length 64 by default

Assuming a default prefix length of 64 by default if no explicit
prefix length is given is wrong and known to cause connectivity
problems in some networks. A prefix length of 128 should be assumed
in this case.

See https://www.rfc-editor.org/rfc/rfc5942 (specifically section 5)
    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684009
modules.d/40network/net-lib.sh