From 8ff4625db98c56474018f2ede6c4d7f66a3d2c4a Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 3 Dec 2020 08:33:23 +0100 Subject: [PATCH] man: better explain default connection settings in `man NetworkManager.conf` --- man/NetworkManager.conf.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/man/NetworkManager.conf.xml b/man/NetworkManager.conf.xml index 1af436bbab..79f18e45e9 100644 --- a/man/NetworkManager.conf.xml +++ b/man/NetworkManager.conf.xml @@ -673,6 +673,18 @@ unmanaged-devices=mac:00:22:68:1c:59:b1;mac:00:1E:65:30:D1:C4;interface-name:eth <literal>connection</literal> section Specify 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. + +