2017-03-17 16:18:48 +01:00
|
|
|
# Certain drivers are known not to support changing the MAC address.
|
|
|
|
|
# Disable touching the MAC address on such devices.
|
|
|
|
|
#
|
|
|
|
|
# See man NetworkManager.conf
|
|
|
|
|
#
|
|
|
|
|
# https://bugzilla.gnome.org/show_bug.cgi?id=777523
|
2018-12-10 15:20:01 +01:00
|
|
|
[device-31-mac-addr-change]
|
2019-04-08 10:10:25 +02:00
|
|
|
match-device=driver:eagle_sdio,driver:wl
|
2017-03-17 16:18:48 +01:00
|
|
|
wifi.scan-rand-mac-address=no
|
2018-12-10 15:20:01 +01:00
|
|
|
|
|
|
|
|
[connection-31-mac-addr-change]
|
2019-04-05 16:48:45 +02:00
|
|
|
# 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.
|
2019-04-05 15:36:26 +02:00
|
|
|
#
|
2019-04-05 16:48:45 +02:00
|
|
|
# Also note that this is only the default. Per-profile settings still take
|
|
|
|
|
# precedence.
|
2019-04-08 10:10:25 +02:00
|
|
|
match-device=driver:eagle_sdio,driver:wl
|
2017-03-17 16:18:48 +01:00
|
|
|
wifi.cloned-mac-address=preserve
|