diff options
Diffstat (limited to 'examples/nm-conf.d')
| -rw-r--r-- | examples/nm-conf.d/31-mac-addr-change.conf | 13 |
1 files changed, 8 insertions, 5 deletions
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 |