On Thursday 03 July 2014 23:59:03 you wrote: > On Monday 30 June 2014 22:23:30 Susant Sahani wrote: > > This patch introduces TUN/TAP device creation support > > to networkd. > > > > Example conf to create a tap device: > > > > file: tap.netdev > > ------------------ > > [NetDev] > > Name=tap-test > > Kind=tap > > > > [Tap] > > OneQueue=true > > MultiQueue=true > > PacketInfo=true > > ------------------ > > The man page at : > http://www.freedesktop.org/software/systemd/man/systemd.netdev.html > Does not mention tun and tap as netdev kinds: > 'The netdev kind. Currently, "bridge", "bond", "vlan", "macvlan", "vxlan", > "ipip", "gre", "sit", "vti", "veth", and "dummy" are supported. This option > is compulsory.' The according patch would be (correct me if I'm wrong, first time asking to patch on a ML) (git clone-d systemd, did the little modification, asked for git diff):
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml
index c90bd8f..4755262 100644
--- a/man/systemd.netdev.xml
+++ b/man/systemd.netdev.xml
@@ -162,7 +162,8 @@
<literal>bond</literal>,
<literal>vlan</literal>,
<literal>macvlan</literal>,
<literal>vxlan</literal>,
<literal>ipip</literal>,
<literal>gre</literal>,
- <literal>sit</literal>,
<literal>vti</literal>,
+ <literal>sit</literal>,
<literal>tap</literal>,
+ <literal>tun</literal>,
<literal>vti</literal>,
<literal>veth</literal>, and
<literal>dummy</literal>
are supported. This option is
compulsory.</para>
</listitem>
Regards,
--
Moviuro
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
