Closed dustymabe closed 3 years ago
Does ip=auto
work today? If so, should we just switch to that now?
Does
ip=auto
work today? If so, should we just switch to that now?
good point, yes I think we could go ahead and switch to it now. Let's wait for the upstream PR to actually land (just to make sure it goes through and something else doesn't change) and then implement the change once we know it's coming.
The upstream PR merged. Here's what I think we need to do:
ip=dhcp,dhcp6
in our code bases to be ip=auto
insteadnm-initrd-generator
changes
Once NM#994 lands we'll want to switch to
ip=auto
to continue to get the same behavior we currently have.ip=dhcp,dhcp6
gives usip=dhcp,dhcp6
will give us:The extra timeout for ipv6 is not really desired as a default IMO.
After talking with @bengal
ip=auto
generates the same config we have today (our desired config) so we'll switch to that when the time comes in order to maintain our current default behavior.