From 4eab8191ebfa1ff97bf3317d8c80e488ce179fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Sat, 28 Nov 2015 19:25:18 +0100 Subject: [PATCH] man: add missing description of tun parameters in nmcli manual page Fixes: 64c6b124d24c0cd06b2868b4ca6a71f8e78e6c00 --- man/nmcli.1.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/man/nmcli.1.in b/man/nmcli.1.in index 72ab860fd..a020ce52f 100644 --- a/man/nmcli.1.in +++ b/man/nmcli.1.in @@ -651,6 +651,22 @@ The value can be prefixed with \fBifname/\fP, \fBuuid/\fP or \fBid/\fP to disamb .RE .RS .TP +.B tun: +.IP "\fImode tun|tap\fP" 42 +\(en Mode for the device +.IP "\fI[owner ]\fP" 42 +\(en UID of the owner +.IP "\fI[group ]\fP" 42 +\(en GID of the group +.IP "\fI[pi yes|no>]\fP" 42 +\(en include packet information (~IFF_NO_PI flag) +.IP "\fI[vnet-hdr yes|no>]\fP" 42 +\(en send and receive large (i.e. GSO) packets and packets with partial checksums (IFF_VNET_HDR flag) +.IP "\fI[multi-queue yes|no>]\fP" 42 +\(en multi-queue support for tun/tap device (IFF_MULTI_QUEUE flag) +.RE +.RS +.TP .B SLAVE_OPTIONS: .RE .RS