aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'man/systemd.netdev.xml')
-rw-r--r--man/systemd.netdev.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml
index 48c6e726d..5d033e77d 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>