mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-21 10:18:27 +00:00
Update README.html for latest
This commit is contained in:
parent
fc9038ab77
commit
04c8f10635
2 changed files with 24 additions and 0 deletions
|
|
@ -187,6 +187,8 @@ id="toc-type-dummy"><code>type: dummy</code></a></li>
|
|||
</ul></li>
|
||||
<li><a href="#autoconnect"
|
||||
id="toc-autoconnect"><code>autoconnect</code></a></li>
|
||||
<li><a href="#autoconnect_retries"
|
||||
id="toc-autoconnect_retries"><code>autoconnect_retries</code></a></li>
|
||||
<li><a href="#mac" id="toc-mac"><code>mac</code></a></li>
|
||||
<li><a href="#cloned_mac"
|
||||
id="toc-cloned_mac"><code>cloned_mac</code></a></li>
|
||||
|
|
@ -609,6 +611,16 @@ supported <code>network_provider</code> for this type.</p>
|
|||
<li><p>For <code>initscripts</code>, this corresponds to the
|
||||
<code>ONBOOT</code> property.</p></li>
|
||||
</ul>
|
||||
<h2 id="autoconnect_retries"><code>autoconnect_retries</code></h2>
|
||||
<p>The number of times a connection should be tried when autoactivating
|
||||
before giving up. Zero means forever, -1 means the global default in
|
||||
NetworkManager (4 times if not overridden). Setting this to 1 means to
|
||||
try activation only once before blocking autoconnect. Note that after a
|
||||
timeout, NetworkManager will try to autoconnect again.</p>
|
||||
<ul>
|
||||
<li>For <code>NetworkManager</code>, this corresponds to the
|
||||
<code>connection.autoconnect-retries</code> property.</li>
|
||||
</ul>
|
||||
<h2 id="mac"><code>mac</code></h2>
|
||||
<p>The <code>mac</code> address is optional and restricts the profile to
|
||||
be usable only on devices with the given MAC address. <code>mac</code>
|
||||
|
|
|
|||
|
|
@ -187,6 +187,8 @@ id="toc-type-dummy"><code>type: dummy</code></a></li>
|
|||
</ul></li>
|
||||
<li><a href="#autoconnect"
|
||||
id="toc-autoconnect"><code>autoconnect</code></a></li>
|
||||
<li><a href="#autoconnect_retries"
|
||||
id="toc-autoconnect_retries"><code>autoconnect_retries</code></a></li>
|
||||
<li><a href="#mac" id="toc-mac"><code>mac</code></a></li>
|
||||
<li><a href="#cloned_mac"
|
||||
id="toc-cloned_mac"><code>cloned_mac</code></a></li>
|
||||
|
|
@ -609,6 +611,16 @@ supported <code>network_provider</code> for this type.</p>
|
|||
<li><p>For <code>initscripts</code>, this corresponds to the
|
||||
<code>ONBOOT</code> property.</p></li>
|
||||
</ul>
|
||||
<h2 id="autoconnect_retries"><code>autoconnect_retries</code></h2>
|
||||
<p>The number of times a connection should be tried when autoactivating
|
||||
before giving up. Zero means forever, -1 means the global default in
|
||||
NetworkManager (4 times if not overridden). Setting this to 1 means to
|
||||
try activation only once before blocking autoconnect. Note that after a
|
||||
timeout, NetworkManager will try to autoconnect again.</p>
|
||||
<ul>
|
||||
<li>For <code>NetworkManager</code>, this corresponds to the
|
||||
<code>connection.autoconnect-retries</code> property.</li>
|
||||
</ul>
|
||||
<h2 id="mac"><code>mac</code></h2>
|
||||
<p>The <code>mac</code> address is optional and restricts the profile to
|
||||
be usable only on devices with the given MAC address. <code>mac</code>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue