diff options
author | Susant Sahani <susant@redhat.com> | 2015-07-14 20:48:09 +0530 |
---|---|---|
committer | Susant Sahani <susant@redhat.com> | 2015-07-14 20:48:09 +0530 |
commit | 43f78da4ed39fb2ed5c85f8586b4f78409e31bef (patch) | |
tree | fe38887bf6f55c3f2b89b1f14b1ade3b2bd54b38 /man/systemd.netdev.xml | |
parent | f5f07dbf06f6df9d12e092c05ad8cfbe244d203f (diff) |
man: add man for tap vnet_hdr
Diffstat (limited to 'man/systemd.netdev.xml')
-rw-r--r-- | man/systemd.netdev.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 01c31c5ef5..ff7b85453f 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> |