diff options
author | Jiří Klimeš <jklimes@redhat.com> | 2015-11-28 19:25:18 +0100 |
---|---|---|
committer | Jiří Klimeš <jklimes@redhat.com> | 2015-11-28 19:48:02 +0100 |
commit | 4eab8191ebfa1ff97bf3317d8c80e488ce179fd7 (patch) | |
tree | 4b3f8229020faef82531be393620c1ade551e3bd | |
parent | cb049d25006440811ddc93a77f97b63479ef5d11 (diff) | |
download | NetworkManager-4eab8191ebfa1ff97bf3317d8c80e488ce179fd7.tar.gz |
man: add missing description of tun parameters in nmcli manual page
Fixes: 64c6b124d24c0cd06b2868b4ca6a71f8e78e6c00
-rw-r--r-- | man/nmcli.1.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/man/nmcli.1.in b/man/nmcli.1.in index 72ab860fde..a020ce52f9 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 <UID>]\fP" 42 +\(en UID of the owner +.IP "\fI[group <GID>]\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 |