mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 09:50:09 +01:00
Add a new CON_DEFAULT() macro that places a property name into a special section used at runtime to check whether it is a supported connection default. Unfortunately, this mechanism doesn't work for plugins so we have to enumerate the connection defaults from plugins in the daemon using another CON_DEFAULT_NOP() macro.
26 lines
378 B
Text
26 lines
378 B
Text
[main]
|
|
dhcp=dhclient
|
|
plugin=foo,bar,baz
|
|
no-auto-default=11:11:11:11:11:11
|
|
rc-managed=unmanaged
|
|
dns=none
|
|
|
|
[logging]
|
|
level=INFO
|
|
|
|
[connectivity]
|
|
uri=http://example.com
|
|
interval=100
|
|
response=Hello
|
|
audit=true
|
|
|
|
[connection]
|
|
ipv4.route-metric=50
|
|
ipv4.addresses=1.2.3.4
|
|
ipv4.dad-timeout=100
|
|
|
|
[connection-wifi]
|
|
match-device=type:wifi
|
|
wifi.powersave=2
|
|
ipv6.ip6-privacy=1
|
|
wifi.tx-power=99
|