diff options
Diffstat (limited to 'docs/api/html/NetworkManager.html')
| -rw-r--r-- | docs/api/html/NetworkManager.html | 40 |
1 files changed, 37 insertions, 3 deletions
diff --git a/docs/api/html/NetworkManager.html b/docs/api/html/NetworkManager.html index 678e9f1c..4f2bcb04 100644 --- a/docs/api/html/NetworkManager.html +++ b/docs/api/html/NetworkManager.html @@ -177,7 +177,8 @@ <col align="left" valign="top"> <col> </colgroup> -<tbody><tr> +<tbody> +<tr> <td><p><span class="term"><code class="varname">NM_UNMANAGED</code></span></p></td> <td><p> If set to <code class="literal">"1"</code> or <code class="literal">"true"</code>, the device is @@ -186,7 +187,40 @@ <span class="command"><strong>nmcli device set "$DEVICE" managed yes</strong></span> or <code class="literal">"device*.managed=1"</code> in NetworkManager.conf. </p></td> -</tr></tbody> +</tr> +<tr> +<td><p><span class="term"><code class="varname">ID_NET_MANAGED_BY</code></span></p></td> +<td><p> + If <code class="varname">NM_UNMANAGED</code> is set, this has no effect. Otherwise, + if the attribute is set to anything but + <code class="literal">"org.freedesktop.NetworkManager"</code>, the device is unmanaged. + </p></td> +</tr> +<tr> +<td><p><span class="term"><code class="varname">NM_AUTO_DEFAULT_LINK_LOCAL_ONLY</code></span></p></td> +<td><p> + If set to <code class="literal">"1"</code> or <code class="literal">"true"</code>, the + automatically generated connections "Wired connection N" will only + enable link local addressing for IPv4 and IPv6. This can be useful + on thunderbolt devices or host-to-host USB devices. + </p></td> +</tr> +<tr> +<td><p><span class="term"><code class="varname">ID_NET_AUTO_LINK_LOCAL_ONLY</code></span></p></td> +<td><p> + Honored and treated the same as if <code class="varname">NM_AUTO_DEFAULT_LINK_LOCAL_ONLY</code> + were set. + </p></td> +</tr> +<tr> +<td><p><span class="term"><code class="varname">ID_NET_DHCP_BROADCAST</code></span></p></td> +<td><p> + If set to <code class="literal">"1"</code> or <code class="literal">"true"</code>, use + broadcast requests for DHCPv4 offers. This can make sense of devices + that can't handle unicast messages until being configured. + </p></td> +</tr> +</tbody> </table></div> </div> <div class="refsect1"> @@ -344,7 +378,7 @@ <a class="link" href="nmcli.html" title="nmcli"><span class="citerefentry"><span class="refentrytitle">nmcli</span>(1)</span></a>, <a class="link" href="nmcli-examples.html" title="nmcli-examples"><span class="citerefentry"><span class="refentrytitle">nmcli-examples</span>(7)</span></a>, <a class="link" href="nm-online.html" title="nm-online"><span class="citerefentry"><span class="refentrytitle">nm-online</span>(1)</span></a>, - <span class="citerefentry"><span class="refentrytitle">nm-settings</span>(5)</span>, + <a class="link" href="nm-settings-nmcli.html" title="nm-settings-nmcli"><span class="citerefentry"><span class="refentrytitle">nm-settings-nmcli</span>(5)</span></a>, <span class="citerefentry"><span class="refentrytitle">nm-applet</span>(1)</span>, <span class="citerefentry"><span class="refentrytitle">nm-connection-editor</span>(1)</span>, <span class="citerefentry"><span class="refentrytitle">udev</span>(7)</span> |