1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-12 13:18:14 +03:00

man: clarify that several networkctl commands takes device names

This commit is contained in:
Yu Watanabe 2020-08-27 16:35:25 +09:00
parent df696b1413
commit f2c676c6c0

View File

@ -255,6 +255,7 @@ s - Service VLAN, m - Two-port MAC Relay (TPMR)
<varlistentry> <varlistentry>
<term> <term>
<command>delete</command> <command>delete</command>
<replaceable>DEVICE…</replaceable>
</term> </term>
<listitem><para>Deletes virtual netdevs. Takes interface name or index number.</para></listitem> <listitem><para>Deletes virtual netdevs. Takes interface name or index number.</para></listitem>
</varlistentry> </varlistentry>
@ -262,6 +263,7 @@ s - Service VLAN, m - Two-port MAC Relay (TPMR)
<varlistentry> <varlistentry>
<term> <term>
<command>up</command> <command>up</command>
<replaceable>DEVICE…</replaceable>
</term> </term>
<listitem><para>Bring devices up. Takes interface name or index number.</para></listitem> <listitem><para>Bring devices up. Takes interface name or index number.</para></listitem>
</varlistentry> </varlistentry>
@ -269,6 +271,7 @@ s - Service VLAN, m - Two-port MAC Relay (TPMR)
<varlistentry> <varlistentry>
<term> <term>
<command>down</command> <command>down</command>
<replaceable>DEVICE…</replaceable>
</term> </term>
<listitem><para>Bring devices down. Takes interface name or index number.</para></listitem> <listitem><para>Bring devices down. Takes interface name or index number.</para></listitem>
</varlistentry> </varlistentry>
@ -276,6 +279,7 @@ s - Service VLAN, m - Two-port MAC Relay (TPMR)
<varlistentry> <varlistentry>
<term> <term>
<command>renew</command> <command>renew</command>
<replaceable>DEVICE…</replaceable>
</term> </term>
<listitem><para>Renew dynamic configurations e.g. addresses received from DHCP server. <listitem><para>Renew dynamic configurations e.g. addresses received from DHCP server.
Takes interface name or index number.</para></listitem> Takes interface name or index number.</para></listitem>
@ -284,6 +288,7 @@ s - Service VLAN, m - Two-port MAC Relay (TPMR)
<varlistentry> <varlistentry>
<term> <term>
<command>forcerenew</command> <command>forcerenew</command>
<replaceable>DEVICE…</replaceable>
</term> </term>
<listitem><para>Send a FORCERENEW message to all connected clients, triggering DHCP reconfiguration. <listitem><para>Send a FORCERENEW message to all connected clients, triggering DHCP reconfiguration.
Takes interface name or index number.</para></listitem> Takes interface name or index number.</para></listitem>
@ -292,6 +297,7 @@ s - Service VLAN, m - Two-port MAC Relay (TPMR)
<varlistentry> <varlistentry>
<term> <term>
<command>reconfigure</command> <command>reconfigure</command>
<replaceable>DEVICE…</replaceable>
</term> </term>
<listitem><para>Reconfigure network interfaces. Takes interface name or index number.</para></listitem> <listitem><para>Reconfigure network interfaces. Takes interface name or index number.</para></listitem>
</varlistentry> </varlistentry>