From 964ae8cc391520440cf5aa13e2b9cc34850ea6c2 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 26 Feb 2019 19:01:41 +0100 Subject: New upstream version 1.14.6 --- examples/nm-conf.d/31-mac-addr-change.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'examples/nm-conf.d') diff --git a/examples/nm-conf.d/31-mac-addr-change.conf b/examples/nm-conf.d/31-mac-addr-change.conf index 1ae2e0dc..554b698f 100644 --- a/examples/nm-conf.d/31-mac-addr-change.conf +++ b/examples/nm-conf.d/31-mac-addr-change.conf @@ -4,8 +4,13 @@ # See man NetworkManager.conf # # https://bugzilla.gnome.org/show_bug.cgi?id=777523 -[device-mac-addr-change-wifi] +[device-31-mac-addr-change] match-device=driver:rtl8723bs,driver:rtl8189es,driver:r8188eu,driver:eagle_sdio wifi.scan-rand-mac-address=no + +[connection-31-mac-addr-change] +match-device=driver:rtl8723bs,driver:rtl8189es,driver:r8188eu,driver:eagle_sdio +# these are per-profile properties. Here we overwrite the default +# value, but explicitly configuring it in the profile takes precedence. wifi.cloned-mac-address=preserve ethernet.cloned-mac-address=preserve -- cgit 1.3.0-6-gf8a5 From 9a6dcbf895f9da01768e64b73cec88c16157d91e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 26 Mar 2019 23:25:23 +0100 Subject: New upstream version 1.16.0 --- examples/nm-conf.d/30-anon.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/nm-conf.d') diff --git a/examples/nm-conf.d/30-anon.conf b/examples/nm-conf.d/30-anon.conf index 3e879fc2..c523063b 100644 --- a/examples/nm-conf.d/30-anon.conf +++ b/examples/nm-conf.d/30-anon.conf @@ -38,7 +38,7 @@ # # $ nmcli connection modify "$CON_NAME" connection.stable-id '${CONNECTION}/${BOOT}' # -# ... or keep it stable accross reboots, but still distinct per profile: +# ... or keep it stable across reboots, but still distinct per profile: # # $ nmcli connection modify "$CON_NAME" connection.stable-id '${CONNECTION}' # -- cgit 1.3.0-6-gf8a5 From 85563b7fc7ec2cd21e38debb9b28db342e2e8e7c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 21 Apr 2019 21:09:51 +0200 Subject: New upstream version 1.18.0 --- examples/nm-conf.d/31-mac-addr-change.conf | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'examples/nm-conf.d') diff --git a/examples/nm-conf.d/31-mac-addr-change.conf b/examples/nm-conf.d/31-mac-addr-change.conf index 554b698f..f32507a1 100644 --- a/examples/nm-conf.d/31-mac-addr-change.conf +++ b/examples/nm-conf.d/31-mac-addr-change.conf @@ -5,12 +5,15 @@ # # https://bugzilla.gnome.org/show_bug.cgi?id=777523 [device-31-mac-addr-change] -match-device=driver:rtl8723bs,driver:rtl8189es,driver:r8188eu,driver:eagle_sdio +match-device=driver:eagle_sdio,driver:wl wifi.scan-rand-mac-address=no [connection-31-mac-addr-change] -match-device=driver:rtl8723bs,driver:rtl8189es,driver:r8188eu,driver:eagle_sdio -# these are per-profile properties. Here we overwrite the default -# value, but explicitly configuring it in the profile takes precedence. +# These are defaults for the connection profile. Here we set only the default +# value. Note that the default value already should be "preserve", so this has +# no actual effect. +# +# Also note that this is only the default. Per-profile settings still take +# precedence. +match-device=driver:eagle_sdio,driver:wl wifi.cloned-mac-address=preserve -ethernet.cloned-mac-address=preserve -- cgit 1.3.0-6-gf8a5