From 34bb501be08aa2b313d88e67d6e0a7e0a3f9cfa6 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 5 May 2024 00:07:30 +0200 Subject: New upstream version 1.47.90 --- docs/api/html/NetworkManager.conf.html | 46 +++++++++++++++++++++++++++++++--- 1 file changed, 42 insertions(+), 4 deletions(-) (limited to 'docs/api/html/NetworkManager.conf.html') diff --git a/docs/api/html/NetworkManager.conf.html b/docs/api/html/NetworkManager.conf.html index aee3ac66..b98b28ac 100644 --- a/docs/api/html/NetworkManager.conf.html +++ b/docs/api/html/NetworkManager.conf.html @@ -769,6 +769,11 @@ domains=ALL and these default values only matter if the per-profile values explicitly indicates to use the default from NetworkManager.conf.

+

+ Note that while nmcli supports various aliases and convenience features for configuring + properties, the settings in this section do not. For example, enum values usually only + can be configured via their numeric magic number. +

Example:

@@ -779,7 +784,7 @@ ipv6.ip6-privacy=0

-

Supported Properties

+

Supported Properties

Not all properties can be overwritten, only the following properties are supported to have their default values configured @@ -813,6 +818,10 @@ ipv6.ip6-privacy=0 +

connection.down-on-poweroff

+

Whether the connection will be brought down before the system is powered off.

+ +

connection.mud-url

If unspecified, MUD URL defaults to "none".

@@ -826,7 +835,13 @@ ipv6.ip6-privacy=0

connection.mdns

-

If unspecified, the ultimate default values depends on the DNS plugin. With systemd-resolved the default currently is "no" (0) and for all other plugins also "no" (0).

+

+ Currently only the systemd-resolve DNS plugin supports this setting. + If the setting is unspecified both in the profile and in the global + default here, then the default is determined by systemd-resolved. + See MulticastDNS= in + resolved.conf(5). +

connection.mptcp-flags

@@ -905,6 +920,10 @@ ipv6.ip6-privacy=0

If left unspecified, the value 3 (fqdn-encoded,fqdn-serv-update) is used.

+

ipv4.dhcp-send-release

+

Whether the DHCP client will send RELEASE message when bringing the connection down.

+ +

ipv4.dhcp-timeout

If left unspecified, the default value for the interface type is used.

@@ -960,6 +979,10 @@ ipv6.ip6-privacy=0

If left unspecified, the value 1 (fqdn-serv-update) is used.

+

ipv6.dhcp-send-release

+

Whether the DHCP client will send RELEASE message when bringing the connection down.

+ +

ipv6.dhcp-timeout

If left unspecified, the default value for the interface type is used.

@@ -971,8 +994,23 @@ ipv6.ip6-privacy=0

ipv6.ip6-privacy

-

If ipv6.ip6-privacy is unset, use the content of - "/proc/sys/net/ipv6/conf/default/use_tempaddr" as last fallback. +

If ipv6.ip6-privacy is unset, fall back to the original + value of "/proc/sys/net/ipv6/conf/<iface>/use_tempaddr" from before NetworkManager + started. +

+ + +

ipv6.temp-valid-lifetime

+

If ipv6.temp-valid-lifetime is unset, fall back to the + original value of "/proc/sys/net/ipv6/conf/<iface>/temp_valid_lft" from before + NetworkManager started. +

+ + +

ipv6.temp-preferred-lifetime

+

If ipv6.temp-preferred-lifetime is unset, fall back to + the original value of "/proc/sys/net/ipv6/conf/<iface>/temp_prefered_lft" from + before NetworkManager started.

-- cgit 1.3.0-6-gf8a5