1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 01:55:32 +03:00

Merge pull request #20456 from tomty89/man

Adding a few notes in the systemd.network man page
This commit is contained in:
Yu Watanabe 2021-08-18 15:58:06 +09:00 committed by GitHub
commit 91546abf9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -187,6 +187,8 @@
<listitem> <listitem>
<para>Takes a boolean. If set to true, promiscuous mode of the interface is enabled. <para>Takes a boolean. If set to true, promiscuous mode of the interface is enabled.
Defaults to unset.</para> Defaults to unset.</para>
<para>If this is set to false for the underlying link of a <literal>passthru</literal> mode MACVLAN/MACVTAP,
the virtual interface will be created with the <literal>nopromisc</literal> flag set.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
@ -1881,8 +1883,9 @@ IPv6Token=prefixstable:2002:da8:1::</programlisting></para>
<varlistentry> <varlistentry>
<term><varname>RouteMetric=</varname></term> <term><varname>RouteMetric=</varname></term>
<listitem> <listitem>
<para>Set the routing metric for routes specified by the DHCP server. Takes an unsigned <para>Set the routing metric for routes specified by the DHCP server (including the prefix
integer in the range 0…4294967295. Defaults to 1024.</para> route added for the specified prefix). Takes an unsigned integer in the range 0…4294967295.
Defaults to 1024.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>