Change deprecated *.cloned-mac-address to *.assigned-mac-address.

This commit is contained in:
qubenix 2016-11-21 03:45:06 +00:00
parent 1ff02d4a01
commit a9a82bedf0
No known key found for this signature in database
GPG Key ID: DD7EC0BB335A5F58

View File

@ -32,8 +32,8 @@ Write the settings to a new file in the `/etc/NetworkManager/conf.d/` directory,
wifi.scan-rand-mac-address=yes
[connection]
wifi.cloned-mac-address=stable
ethernet.cloned-mac-address=stable
wifi.assigned-mac-address=stable
ethernet.assigned-mac-address=stable
~~~
`stable` generates a random address that persists for each boot session.