diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.netdev.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 48c6e726d3..5d033e77d3 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -163,8 +163,8 @@ <literal>macvlan</literal>, <literal>vxlan</literal>, <literal>ipip</literal>, <literal>gre</literal>, <literal>sit</literal>, <literal>vti</literal>, - <literal>veth</literal> are supported. This option - is compulsory.</para> + <literal>veth</literal>, and <literal>dummy</literal> + are supported. This option is compulsory.</para> </listitem> </varlistentry> <varlistentry> @@ -422,6 +422,14 @@ Kind=veth Name=veth-peer</programlisting> </example> + <example> + <title>/etc/systemd/network/dummy.netdev</title> + <programlisting>[NetDev] +Name=dummy-test +Kind=dummy +MACAddress=12:34:56:78:9a:bc</programlisting> + </example> + </refsect1> <refsect1> <title>See Also</title> |