diff options
author | Daniel Mack <github@zonque.org> | 2015-07-14 12:03:45 -0400 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-07-14 12:03:45 -0400 |
commit | 0a9ccafe10dd68bdeaf458816bf87166074cf2f1 (patch) | |
tree | fe38887bf6f55c3f2b89b1f14b1ade3b2bd54b38 /man/systemd.netdev.xml | |
parent | ff89f8b917a83a3fc0dc3ad0961c3bc953f78e8f (diff) | |
parent | 43f78da4ed39fb2ed5c85f8586b4f78409e31bef (diff) |
Merge pull request #579 from ssahani/tap-vnet-hdr
networkd: tap add support for 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> |