From d6201f5d8daada3d64a0a3e0038e14eebec683ce Mon Sep 17 00:00:00 2001
From: Michael Biebl NetworkManager.conf.
+ Certain settings from the configuration can be reloaded at runtime either by sending SIGHUP signal or via + D-Bus' Reload call. +
none: NetworkManager will not
- modify resolv.conf.
rc-manager
+ unmanaged
Set the resolv.conf
management mode. The default value depends on how NetworkManager
- was built. Regardless of this setting, NetworkManager will
+ was built, whereas this version of NetworkManager was build with
+ a default of "symlink".
+ Regardless of this setting, NetworkManager will
always write resolv.conf to its runtime state directory.
none: NetworkManager will symlink
+
symlink: NetworkManager will symlink
/etc/resolv.conf to its private
resolv.conf file in the runtime state directory.
file: NetworkManager will write
- /etc/resolv.conf as file.
/etc/resolv.conf as file. If it finds
+ a symlink, it will follow the symlink and update the target
+ instead.
resolvconf: NetworkManager will run
resolvconf to update the DNS configuration.
netconfig: NetworkManager will run
netconfig to update the DNS configuration.
unmanaged: don't touch
+ resolv.conf.
none: deprecated alias for
+ symlink.
path
The location where keyfiles are read and stored.
- This defaults to "/etc/NetworkManager/conf.d".
+ This defaults to "${prefix}/etc/NetworkManager/conf.d".
[connection-wifi-wlan0] would
have stop-match set to yes,
- its ipv6.ip6-privacy value would be
- unspecified.
+ the device wlan0 would have ipv6.ip6-privacy
+ property unspecified. That is, the search for the property would not continue
+ in the connection sections [connection-wifi-other]
+ or [connection].