mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 11:58:12 +02:00
examples: fix wrong example configuration in "31-mac-addr-change.conf"
Fixes:b869d9cc0d(cherry picked from commit6cf183a0e1)
This commit is contained in:
parent
b2686110ef
commit
6fc5dd43fd
1 changed files with 6 additions and 1 deletions
|
|
@ -4,8 +4,13 @@
|
||||||
# See man NetworkManager.conf
|
# See man NetworkManager.conf
|
||||||
#
|
#
|
||||||
# https://bugzilla.gnome.org/show_bug.cgi?id=777523
|
# 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
|
match-device=driver:rtl8723bs,driver:rtl8189es,driver:r8188eu,driver:eagle_sdio
|
||||||
wifi.scan-rand-mac-address=no
|
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
|
wifi.cloned-mac-address=preserve
|
||||||
ethernet.cloned-mac-address=preserve
|
ethernet.cloned-mac-address=preserve
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue