diff options
| author | Michael Biebl <biebl@debian.org> | 2019-02-26 19:01:41 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2019-02-26 19:01:41 +0100 |
| commit | 964ae8cc391520440cf5aa13e2b9cc34850ea6c2 (patch) | |
| tree | 50da9ecaee7fbb612ec18f9e24f7dec215bf7861 /examples/nm-conf.d | |
| parent | 3626b425d1bc017fdc6f1ea0cfd329d1e1681641 (diff) | |
New upstream version 1.14.6 upstream/1.14.6
Diffstat (limited to 'examples/nm-conf.d')
| -rw-r--r-- | examples/nm-conf.d/31-mac-addr-change.conf | 7 |
1 files changed, 6 insertions, 1 deletions
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 |