diff options
author | Thomas Haller <thaller@redhat.com> | 2019-04-05 16:48:45 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2019-04-08 09:49:05 +0200 |
commit | ce7a631ae6464290e3abfaa38a6905f7d88c6657 (patch) | |
tree | 8d66e7013be172aaebef06fb43d745c0fac962c7 /examples/nm-conf.d | |
parent | 5b0b432d68f77156f7f2d055e59902b3f85ddd84 (diff) | |
download | NetworkManager-ce7a631ae6464290e3abfaa38a6905f7d88c6657.tar.gz |
examples: don't set "ethernet.cloned-mac-address" in "10-no-wifi-scan-rand-mac-address.conf"
These are workarounds for Wi-Fi drivers. Don't set the unrelated
"ethernet.cloned-mac-address" property.
Diffstat (limited to 'examples/nm-conf.d')
-rw-r--r-- | examples/nm-conf.d/31-mac-addr-change.conf | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/examples/nm-conf.d/31-mac-addr-change.conf b/examples/nm-conf.d/31-mac-addr-change.conf index 0f3c72b1ab..3a9400d98f 100644 --- a/examples/nm-conf.d/31-mac-addr-change.conf +++ b/examples/nm-conf.d/31-mac-addr-change.conf @@ -9,12 +9,11 @@ match-device=driver:rtl8723bs,driver:rtl8189es,driver:r8188eu,driver:8188eu,driv wifi.scan-rand-mac-address=no [connection-31-mac-addr-change] -# These are per-profile properties. Here we set the default value -# for the profiles. Note that the default value already should be -# "preserve", so this has no actual effect. +# 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. +# Also note that this is only the default. Per-profile settings still take +# precedence. match-device=driver:rtl8723bs,driver:rtl8189es,driver:r8188eu,driver:8188eu,driver:eagle_sdio,driver:wl wifi.cloned-mac-address=preserve -ethernet.cloned-mac-address=preserve |