43ff24c
From 9cb3134113680e868cd116944c8d6f0d21c1e939 Mon Sep 17 00:00:00 2001
43ff24c
From: Tom Gundersen <teg@jklm.no>
43ff24c
Date: Fri, 4 Jul 2014 01:26:19 +0200
43ff24c
Subject: [PATCH] man: netdev - mention tun and tap
43ff24c
43ff24c
Reported by Moviuro <moviuro@gmail.com>
43ff24c
43ff24c
(cherry picked from commit 54f601debc07addbed803fb847cd5bd3e91e021e)
43ff24c
---
43ff24c
 man/systemd.netdev.xml | 3 ++-
43ff24c
 1 file changed, 2 insertions(+), 1 deletion(-)
43ff24c
43ff24c
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml
43ff24c
index c90bd8f98c..857221fdb0 100644
43ff24c
--- a/man/systemd.netdev.xml
43ff24c
+++ b/man/systemd.netdev.xml
43ff24c
@@ -163,7 +163,8 @@
43ff24c
                                                 <literal>macvlan</literal>, <literal>vxlan</literal>,
43ff24c
                                                 <literal>ipip</literal>, <literal>gre</literal>,
43ff24c
                                                 <literal>sit</literal>, <literal>vti</literal>,
43ff24c
-                                                <literal>veth</literal>, and <literal>dummy</literal>
43ff24c
+                                                <literal>veth</literal>, <literal>tun</literal>,
43ff24c
+                                                <literal>tap</literal> and <literal>dummy</literal>
43ff24c
                                                 are supported. This option is compulsory.</para>
43ff24c
                                         </listitem>
43ff24c
                                 </varlistentry>