summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSusant Sahani <susant@redhat.com>2015-07-14 20:48:09 +0530
committerSusant Sahani <susant@redhat.com>2015-07-14 20:48:09 +0530
commit43f78da4ed39fb2ed5c85f8586b4f78409e31bef (patch)
treefe38887bf6f55c3f2b89b1f14b1ade3b2bd54b38
parentf5f07dbf06f6df9d12e092c05ad8cfbe244d203f (diff)
man: add man for tap vnet_hdr
-rw-r--r--man/systemd.netdev.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml
index 01c31c5ef..ff7b85453 100644
--- a/man/systemd.netdev.xml
+++ b/man/systemd.netdev.xml
@@ -563,6 +563,16 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term><varname>VnetHeader=</varname></term>
+ <listitem><para>Takes a boolean argument. Configures
+ IFF_VNET_HDR flag for a tap device. It allows sending
+ and receiving larger Generic Segmentation Offload (GSO)
+ packets. This may increase throughput significantly.
+ Defaults to
+ <literal>no</literal>.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><varname>User=</varname></term>
<listitem><para>User to grant access to the
<filename>/dev/net/tun</filename> device.</para>