dhcp4 directive on netplan get mangled after adding ipv6 address

On my server I use dhcp6 and dhcp4 in netplan.

Adding a dedicated IPv6 address for a virtual server changes the dhcp4 into dhp4 (note the lack of c in there) and removes dhcp6 completely.

Correct form network: ethernets: ens18: optional: true dhcp4: true dhcp6: true addresses: - list here

Solution: keep the dhcp4 and dhcp6 directives untouched, or add option to keep/not keep.

Status: 
Closed (fixed)

Comments

Thanks for pointing this out - these bugs will be fixed in the next Webmin release (1.891 or above).

Status: Fixed ยป Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.