summary refs log tree commit diff
path: root/docs/api/html/nm-settings-nmcli.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/html/nm-settings-nmcli.html')
-rw-r--r--docs/api/html/nm-settings-nmcli.html16
1 files changed, 10 insertions, 6 deletions
diff --git a/docs/api/html/nm-settings-nmcli.html b/docs/api/html/nm-settings-nmcli.html
index d91c80e3..435a4a69 100644
--- a/docs/api/html/nm-settings-nmcli.html
+++ b/docs/api/html/nm-settings-nmcli.html
@@ -8,7 +8,7 @@
 <link rel="up" href="manpages.html" title="Part I. Manual Pages">
 <link rel="prev" href="nm-settings-dbus.html" title="nm-settings-dbus">
 <link rel="next" href="nm-settings-keyfile.html" title="nm-settings-keyfile">
-<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">
@@ -3415,12 +3415,12 @@ Example: <code class="literal">priority 5 from 192.167.4.0/24 table 45</code>
 <td><p><span class="term"><code class="option"><a name="nm-settings-nmcli.property.ipv6.ip6-privacy"></a>ipv6.ip6-privacy</code></span></p></td>
 <td>
 <p>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).</p>
-<p>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/&lt;iface&gt;/use_tempaddr" from before NetworkManager started.</p>
+<p>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".</p>
 <p>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.</p>
 <p>
             Format: choice (NMSettingIP6ConfigPrivacy)</p>
 <p>
-            Valid values: unknown (-1), disabled (0), prefer-public-addr (1), prefer-temp-addr (2)</p>
+            Valid values: unknown/default (-1), disabled (0), prefer-public-addr (1), prefer-temp-addr (2)</p>
 </td>
 </tr>
 <tr>
@@ -3610,22 +3610,26 @@ Example: <code class="literal">priority 5 from 1:2:3::5/128 table 45</code>
 <td><p><span class="term"><code class="option"><a name="nm-settings-nmcli.property.ipv6.temp-preferred-lifetime"></a>ipv6.temp-preferred-lifetime</code></span></p></td>
 <td>
 <p>The preferred lifetime of autogenerated temporary addresses, in seconds.</p>
-<p>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/&lt;iface&gt;/temp_prefered_lft" from before NetworkManager started.</p>
+<p>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".</p>
 <p>
             Format: integer</p>
 <p>
             Valid values: 0 - 2147483647</p>
+<p>
+            Special values: default (0)</p>
 </td>
 </tr>
 <tr>
 <td><p><span class="term"><code class="option"><a name="nm-settings-nmcli.property.ipv6.temp-valid-lifetime"></a>ipv6.temp-valid-lifetime</code></span></p></td>
 <td>
 <p>The valid lifetime of autogenerated temporary addresses, in seconds.</p>
-<p>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/&lt;iface&gt;/temp_valid_lft" from before NetworkManager started.</p>
+<p>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".</p>
 <p>
             Format: integer</p>
 <p>
             Valid values: 0 - 2147483647</p>
+<p>
+            Special values: default (0)</p>
 </td>
 </tr>
 <tr>
@@ -7101,6 +7105,6 @@ Linux traffic control subsystem
 </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