From 34bb501be08aa2b313d88e67d6e0a7e0a3f9cfa6 Mon Sep 17 00:00:00 2001
From: Michael Biebl 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
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".
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
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.
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.
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.