mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 19:00:11 +01:00
contrib/rpm: rename section in "22-wifi-mac-addr.conf"
For [connection*] and [device*] sections, any suffix is allowed in the group. However (at least for configuration snippets we ship upstream), we want to give a suffix that matches the name of the configuration snippet. It seems more common to use [connection-*] instead of [connection.]. See also "examples/nm-conf.d/*.conf" and "15-carrier-timeout.conf" file which contains a [device-15-carrier-timeout] section. Note that this file (in Fedora) is not configuration (installed in /usr/lib). It is thus not problematic to modify. Fixes:ea8dbd7a6d('contrib/rpm: add "22-wifi-mac-addr.conf" to F40+') (cherry picked from commit439ddc5101) (cherry picked from commitacc70b01b6)
This commit is contained in:
parent
697ee0388b
commit
0a79e98012
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
#
|
||||
# See `man 5 nm-settings` for "wifi.cloned-mac-address" and "connection.stable-id".
|
||||
|
||||
[connection.22-wifi-mac-addr]
|
||||
[connection-22-wifi-mac-addr]
|
||||
match-device=type:wifi
|
||||
wifi.cloned-mac-address=stable-ssid
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue