diff options
Diffstat (limited to 'man/nm-settings-nmcli.5')
| -rw-r--r-- | man/nm-settings-nmcli.5 | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/man/nm-settings-nmcli.5 b/man/nm-settings-nmcli.5 index c55daf4e..b3799a15 100644 --- a/man/nm-settings-nmcli.5 +++ b/man/nm-settings-nmcli.5 @@ -2,12 +2,12 @@ .\" Title: nm-settings-nmcli .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 05/03/2024 +.\" Date: 05/16/2024 .\" Manual: Configuration -.\" Source: NetworkManager 1.47.90 +.\" Source: NetworkManager 1.47.91 .\" Language: English .\" -.TH "NM\-SETTINGS\-NMCLI" "5" "" "NetworkManager 1\&.47\&.90" "Configuration" +.TH "NM\-SETTINGS\-NMCLI" "5" "" "NetworkManager 1\&.47\&.91" "Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -3235,13 +3235,13 @@ Valid values: true/yes/on, false/no/off .RS 4 Configure IPv6 Privacy Extensions for SLAAC, described in RFC4941\&. If enabled, it makes the kernel generate a temporary IPv6 address in addition to the public one generated from MAC address via modified EUI\-64\&. This enhances privacy, but could cause problems in some applications, on the other hand\&. The permitted values are: \-1: unknown, 0: disabled, 1: enabled (prefer public address), 2: enabled (prefer temporary addresses)\&. .sp -If set to "\-1" (unknown) for a connection, the value is taken from the global "ipv6\&.ip6\-privacy" setting\&. If the global setting is unspecified or also set to "\-1", the value is set from the original value of "/proc/sys/net/ipv6/conf/<iface>/use_tempaddr" from before NetworkManager started\&. +Having a per\-connection setting set to "\-1" (default) means fallback to global configuration "ipv6\&.ip6\-privacy"\&. If it\*(Aqs also unspecified or set to "\-1", fallback to read "/proc/sys/net/ipv6/conf/default/use_tempaddr"\&. .sp Note that this setting is distinct from the Stable Privacy addresses that can be enabled with the "addr\-gen\-mode" property\*(Aqs "stable\-privacy" setting as another way of avoiding host tracking with IPv6 addresses\&. .sp Format: choice (NMSettingIP6ConfigPrivacy) .sp -Valid values: unknown (\-1), disabled (0), prefer\-public\-addr (1), prefer\-temp\-addr (2) +Valid values: unknown/default (\-1), disabled (0), prefer\-public\-addr (1), prefer\-temp\-addr (2) .RE .PP \fBipv6\&.may\-fail\fR @@ -3694,22 +3694,26 @@ Format: a comma separated list of routing rules .RS 4 The preferred lifetime of autogenerated temporary addresses, in seconds\&. .sp -If set to "0" (unknown) for a connection, the value is taken from the global "ipv6\&.temp\-preferred\-lifetime" setting\&. If the global setting is unspecified or also set to "0", the value is set from the original value of "/proc/sys/net/ipv6/conf/<iface>/temp_prefered_lft" from before NetworkManager started\&. +Having a per\-connection setting set to "0" (default) means fallback to global configuration "ipv6\&.temp\-preferred\-lifetime" setting"\&. If it\*(Aqs also unspecified or set to "0", fallback to read "/proc/sys/net/ipv6/conf/default/temp_prefered_lft"\&. .sp Format: integer .sp Valid values: 0 \- 2147483647 +.sp +Special values: default (0) .RE .PP \fBipv6\&.temp\-valid\-lifetime\fR .RS 4 The valid lifetime of autogenerated temporary addresses, in seconds\&. .sp -If set to "0" (unknown) for a connection, the value is taken from the global "ipv6\&.temp\-valid\-lifetime" setting\&. If the global setting is unspecified or also set to "0", the value is set from the original value of "/proc/sys/net/ipv6/conf/<iface>/temp_valid_lft" from before NetworkManager started\&. +Having a per\-connection setting set to "0" (default) means fallback to global configuration "ipv6\&.temp\-valid\-lifetime" setting"\&. If it\*(Aqs also unspecified or set to "0", fallback to read "/proc/sys/net/ipv6/conf/default/temp_valid_lft"\&. .sp Format: integer .sp Valid values: 0 \- 2147483647 +.sp +Special values: default (0) .RE .PP \fBipv6\&.token\fR |