From 90e8691111889a7b5f3c812f5a41f15a8a058913 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 7 Nov 2017 00:14:39 +0100 Subject: New upstream version 1.9.90 --- man/NetworkManager.conf.xml | 68 +++++++++++++++++++++++++++++++++++++++------ 1 file changed, 60 insertions(+), 8 deletions(-) (limited to 'man/NetworkManager.conf.xml') diff --git a/man/NetworkManager.conf.xml b/man/NetworkManager.conf.xml index 9e0ad9ba..e2a91426 100644 --- a/man/NetworkManager.conf.xml +++ b/man/NetworkManager.conf.xml @@ -233,7 +233,10 @@ no-auto-default=* if specified (See ). Otherwise, it is a list of matches to specify for which device carrier should be ignored. See for the - syntax how to specify a device. + syntax how to specify a device. Note that master types like + bond, bridge, and team ignore carrier by default. You can however + revert that default using the "except:" specifier (or better, + use the per-device setting instead of the deprecated setting). @@ -403,8 +406,9 @@ no-auto-default=* value applies only to connections that can auto-connect and have a connection.autoconnect-retries property - set to -1. If not specified, connections will be retried 4 - times. + set to -1. If not specified, connections will be tried 4 + times. Setting this value to 1 means to try activation once, + without retry. @@ -637,6 +641,11 @@ ipv6.ip6-privacy=0 A default value is only consulted if the corresponding per-connection value explicitly allows for that. + + connection.auth-retries + If left unspecified, the default value is 3 tries before failing the connection. + + connection.autoconnect-slaves @@ -679,6 +688,18 @@ ipv6.ip6-privacy=0 ipv4.route-metric + + ipv4.route-table + If left unspecified, routes are only added to the main table. Note that this + is different from explicitly selecting the main table 254, because of how NetworkManager + removes extraneous routes from the tables. + + + + ipv6.dhcp-timeout + If left unspecified, the default value for + the interface type is used. + ipv6.ip6-privacy If ipv6.ip6-privacy is unset, use the content of @@ -688,6 +709,13 @@ ipv6.ip6-privacy=0 ipv6.route-metric + + ipv6.route-table + If left unspecified, routes are only added to the main table. Note that this + is different from explicitly selecting the main table 254, because of how NetworkManager + removes extraneous routes from the tables. + + vpn.timeout If left unspecified, default value of 60 seconds is used. @@ -714,6 +742,11 @@ ipv6.ip6-privacy=0 If left unspecified, the default value "ignore" will be used. + + wifi-sec.pmf + If left unspecified, the default value + "optional" will be used. + @@ -800,7 +833,7 @@ ipv6.ip6-privacy=1 [device] match-device=interface-name:eth3 -unmanaged=1 +managed=1 @@ -808,6 +841,19 @@ unmanaged=1 The following properties can be configured per-device. + + managed + + + Whether the device is managed or not. A device can be + marked as managed via udev rules (ENV{NM_UNMANAGED}), + or via setting plugins (keyfile.unmanaged-devices). + This is yet another way. Note that this configuration + can be overruled at runtime via D-Bus. Also, it has + higher priority then udev rules. + + + ignore-carrier @@ -834,6 +880,10 @@ unmanaged=1 interfaces will still reflect the actual device state; it's just that NetworkManager will not make use of that information. + + Master types like bond, bridge and team ignore carrier by default, + while other device types react on carrier changes by default. + This setting overwrites the deprecated main.ignore-carrier setting above. @@ -1096,10 +1146,12 @@ enable=nm-version-min:1.3,nm-version-min:1.2.6,nm-version-min:1.0.16 /etc/NetworkManager/system-connections. - The stored connection file may contain passwords and - private keys, so it will be made readable only to root, - and the plugin will ignore files that are readable or - writable by any user or group other than root. + The stored connection file may contain passwords, secrets and + private keys in plain text, so it will be made readable only to + root, and the plugin will ignore files that are readable or + writable by any user or group other than root. See "Secret flag types" + in nm-settings5 + for how to avoid storing passwords in plain text. This plugin is always active, and will automatically be -- cgit 1.3.0-6-gf8a5