From 8333d4ecbe93067d4f3741a71b50b3693dba2c4a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 13 Jun 2022 00:08:31 +0200 Subject: fix NetworkManager generator Unless addr-gen-mode is set to "stable-privacy", NetworkManager spams the journal with linklocal6: failed to get interface identifier; IPv6 cannot continue I think IPv6 still worked, but I'm not sure about this. --- assets/js/main.js | 1 + 1 file changed, 1 insertion(+) (limited to 'assets') diff --git a/assets/js/main.js b/assets/js/main.js index a5e799b..ef57764 100644 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -864,6 +864,7 @@ address1=${data.client_ipv4.full_address()} method=manual ${dns4} [ipv6] +addr-gen-mode=stable-privacy address1=${data.client_ipv6.full_address()} method=manual ${dns6}`; -- cgit v1.2.3