diff options
| author | Michael Biebl <biebl@debian.org> | 2024-05-17 11:39:03 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-05-17 11:39:03 +0200 |
| commit | 146def28f0a5091106d0ff88ea132dbedaaa43b5 (patch) | |
| tree | 0470e2d82f4b33a666e78b5899dca2c7214a0f40 /docs/api/html/nm-settings-dbus.html | |
| parent | 8b8525beb835e65d924f04fadf5e7f0430f09d02 (diff) | |
| parent | 88625ab09bf9c6d8f0d5042fcde398a5abfd1da6 (diff) | |
Update upstream source from tag 'upstream/1.47.91'
Update to upstream version '1.47.91' with Debian dir dc71510ce71b3da10634784151be7618296191c7
Diffstat (limited to 'docs/api/html/nm-settings-dbus.html')
| -rw-r--r-- | docs/api/html/nm-settings-dbus.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/api/html/nm-settings-dbus.html b/docs/api/html/nm-settings-dbus.html index 96992290..33867169 100644 --- a/docs/api/html/nm-settings-dbus.html +++ b/docs/api/html/nm-settings-dbus.html @@ -8,7 +8,7 @@ <link rel="up" href="manpages.html" title="Part I. Manual Pages"> <link rel="prev" href="nmtui.html" title="nmtui"> <link rel="next" href="nm-settings-nmcli.html" title="nm-settings-nmcli"> -<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -2311,7 +2311,7 @@ Note that the gateway usually conflicts with routing that NetworkManager configu <td align="left"> </td> <td>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). -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's also unspecified or set to "-1", fallback to read "/proc/sys/net/ipv6/conf/default/use_tempaddr". Note that this setting is distinct from the Stable Privacy addresses that can be enabled with the "addr-gen-mode" property's "stable-privacy" setting as another way of avoiding host tracking with IPv6 addresses.</td> </tr> @@ -2429,7 +2429,7 @@ Array of IPv6 route structures. Each IPv6 route structure is composed of an IPv <td align="left">0</td> <td>The preferred lifetime of autogenerated temporary addresses, in seconds. -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.</td> +Having a per-connection setting set to "0" (default) means fallback to global configuration "ipv6.temp-preferred-lifetime" setting". If it's also unspecified or set to "0", fallback to read "/proc/sys/net/ipv6/conf/default/temp_prefered_lft".</td> </tr> <tr> <td align="left"> @@ -2438,7 +2438,7 @@ If set to "0" (unknown) for a connection, the value is taken from the global "ip <td align="left">0</td> <td>The valid lifetime of autogenerated temporary addresses, in seconds. -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.</td> +Having a per-connection setting set to "0" (default) means fallback to global configuration "ipv6.temp-valid-lifetime" setting". If it's also unspecified or set to "0", fallback to read "/proc/sys/net/ipv6/conf/default/temp_valid_lft".</td> </tr> <tr> <td align="left"> @@ -5195,6 +5195,6 @@ Negative values have the special effect of excluding other connections with a gr </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.33.1</div> +<hr>Generated by GTK-Doc V1.34.0</div> </body> </html> \ No newline at end of file |