← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~smoser/cloud-init:bug/1635716-initrd-cfg-net6 into cloud-init:master

 

The proposal to merge ~smoser/cloud-init:bug/1635716-initrd-cfg-net6 into cloud-init:master has been updated.

Commit Message changed to:

net/cmdline: add support for ipv6 config in net6-device.conf

The implementation of ipv6 support in initramfs changed from what
was previously implemented.  Now, instead of all values being
present in net-<device>.conf, there may also exist a net6-<device.conf>.

The change here is to allow the definition of a device's config
to be split across multiple files.  Subnet entries will be appended
to existing configuration.

One additional change here is the tightening up of what files that
are read.  Instead of /run/net*.conf, we now only read
net-*.conf and net6-*.conf.

LP: #1635716

For more details, see:
https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/309144
-- 
Your team cloud init development team is requested to review the proposed merge of ~smoser/cloud-init:bug/1635716-initrd-cfg-net6 into cloud-init:master.


Follow ups