Setting ipv6-privacy to false does not disable temporary address generation when renderer is NetworkManager
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Netplan |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Hello,
when renderer is NetworkManager, setting ipv6-privacy to false does not disable temporary address generation.
Netplan should explicitely disable it by setting ipv6.ip6-privacy=0 in NetworkManager's configuration.
I think this patch should fix this.
--- src/nm.c.orig 2021-10-21 16:08:07.375864085 +0200
+++ src/nm.c 2021-10-21 16:08:44.831606255 +0200
@@ -819,6 +819,8 @@
if (def->ip6_privacy)
+ else
+ g_key_file_
if (def->gateway6)
if (def->ip6_
Thank you.
Changed in netplan: | |
status: | In Progress → Fix Committed |
Thank you very much for this patch!
Would you mind creating a Github pull request out of this at https:/ /github. com/canonical/ netplan/ pulls ?