Comment 2 for bug 1771886

Revision history for this message
Ryan Harper (raharper) wrote :

Hi Bryce,

Thanks for taking the time to report this issue.

netplan doesn't yet support setting dhcpv6 prefix delegation. Thanks for the link.

The relevant networkd sections are available and documented here:

https://www.freedesktop.org/software/systemd/man/systemd.network.html

IPv6PrefixDelegation=

[IPv6PrefixDelegation] Section Options

We'll need to see what, if any support for this there is in NetworkManager and then determine what key/values to use to control and then add support to the backend renders.

W.r.t the DUID, networkd currently sends an RFC4361-compliant Client ID, which is the combination of IAID and DUID; this is generated automatically by systemd. If you need to override this value currently you need to create a global override to /etc/systemd/network.conf, details here.

https://www.freedesktop.org/software/systemd/man/networkd.conf.html#

That's not currently modeled in the yaml or backends either.