connection sectionSpecify default values for connections.
+
+ Such default values are only consulted if the corresponding per-connection property
+ explicitly allows for that. That means, all these properties correspond to
+ a property of the connection profile (for example connection.mud-url).
+ Only if the per-profile property is set to a special value that indicates to use the
+ default, the default value from NetworkManager.conf is consulted. It depends on the
+ property, which is the special value that indicates fallback to the default, but it
+ usually is something like empty, unset values or special numeric values like 0 or -1.
+ That means the effectively used value can first always be configured for each profile,
+ and these default values only matter if the per-profile values explicitly indicates
+ to use the default from NetworkManager.conf.
+
Example:
@@ -686,8 +698,8 @@ ipv6.ip6-privacy=0
Not all properties can be overwritten, only the following
properties are supported to have their default values configured
(see nm-settings5 for details).
- A default value is only consulted if the corresponding per-connection value
- explicitly allows for that.
+
+