diff options
Diffstat (limited to 'docs/api/html/nmcli.html')
| -rw-r--r-- | docs/api/html/nmcli.html | 58 |
1 files changed, 53 insertions, 5 deletions
diff --git a/docs/api/html/nmcli.html b/docs/api/html/nmcli.html index 3063f728..623a1b38 100644 --- a/docs/api/html/nmcli.html +++ b/docs/api/html/nmcli.html @@ -8,7 +8,7 @@ <link rel="up" href="manpages.html" title="Part I. Manual Pages"> <link rel="prev" href="NetworkManager.conf.html" title="NetworkManager.conf"> <link rel="next" href="nmcli-examples.html" title="nmcli-examples"> -<meta name="generator" content="GTK-Doc V1.28 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.29.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -905,6 +905,10 @@ <p>Connect the device. NetworkManager will try to find a suitable connection that will be activated. It will also consider connections that are not set to auto connect.</p> +<p>If no compatible connection exists, a new profile with default + settings will be created and activated. This differentiates + <span class="command"><strong>nmcli connection up ifname "$DEVICE"</strong></span> from + <span class="command"><strong>nmcli device connect "$DEVICE"</strong></span></p> <p>If <code class="option">--wait</code> option is not specified, the default timeout will be 90 seconds.</p> </td> @@ -1939,7 +1943,51 @@ It's equivalent to the <code class="literal">+bond.options 'option=value'</code> </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.4.14.26"></a><p class="title"><b>Table 23. IPv4 options</b></p> +<a name="id-1.2.4.14.26"></a><p class="title"><b>Table 23. WPAN options</b></p> +<div class="table-contents"><table class="table" summary="WPAN options" border="1"> +<colgroup> +<col> +<col> +</colgroup> +<thead><tr> +<th>Alias</th> +<th>Property</th> +</tr></thead> +<tbody> +<tr> +<td align="left">mac</td> +<td align="left">wpan.mac</td> +</tr> +<tr> +<td align="left">short-addr</td> +<td align="left">wpan.short-addr</td> +</tr> +<tr> +<td align="left">pan-id</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.wpan.pan-id">wpan.pan-id</a></td> +</tr> +</tbody> +</table></div> +</div> +<br class="table-break"><div class="table"> +<a name="id-1.2.4.14.27"></a><p class="title"><b>Table 24. 6LoWPAN options</b></p> +<div class="table-contents"><table class="table" summary="6LoWPAN options" border="1"> +<colgroup> +<col> +<col> +</colgroup> +<thead><tr> +<th>Alias</th> +<th>Property</th> +</tr></thead> +<tbody><tr> +<td align="left">dev</td> +<td align="left">6lowpan.parent</td> +</tr></tbody> +</table></div> +</div> +<br class="table-break"><div class="table"> +<a name="id-1.2.4.14.28"></a><p class="title"><b>Table 25. IPv4 options</b></p> <div class="table-contents"><table class="table" summary="IPv4 options" border="1"> <colgroup> <col> @@ -1968,7 +2016,7 @@ It's equivalent to the <code class="literal">+bond.options 'option=value'</code> </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.4.14.27"></a><p class="title"><b>Table 24. IPv6 options</b></p> +<a name="id-1.2.4.14.29"></a><p class="title"><b>Table 26. IPv6 options</b></p> <div class="table-contents"><table class="table" summary="IPv6 options" border="1"> <colgroup> <col> @@ -1997,7 +2045,7 @@ It's equivalent to the <code class="literal">+bond.options 'option=value'</code> </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.4.14.28"></a><p class="title"><b>Table 25. Proxy options</b></p> +<a name="id-1.2.4.14.30"></a><p class="title"><b>Table 27. Proxy options</b></p> <div class="table-contents"><table class="table" summary="Proxy options" border="1"> <colgroup> <col> @@ -2497,6 +2545,6 @@ It's equivalent to the <code class="literal">+bond.options 'option=value'</code> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.28</div> +<hr>Generated by GTK-Doc V1.29.1</div> </body> </html> \ No newline at end of file |