summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2015-12-16 13:52:20 +0100
committerBeniamino Galvani <bgalvani@redhat.com>2015-12-16 14:03:28 +0100
commit36f055fad93735e0a8a93084f06e6251e97d14e8 (patch)
tree0e4612b0eee829022b850fce7f902b06b7d86ff7 /man
parentf4dd37fdcb4c96e782888433e57aba049b4b5eb7 (diff)
downloadNetworkManager-36f055fad93735e0a8a93084f06e6251e97d14e8.tar.gz
cli: document ip-tunnel connection type
Diffstat (limited to 'man')
-rw-r--r--man/nmcli.1.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/man/nmcli.1.in b/man/nmcli.1.in
index 57c4693328..f1a98dfb35 100644
--- a/man/nmcli.1.in
+++ b/man/nmcli.1.in
@@ -684,6 +684,18 @@ The value can be prefixed with \fBifname/\fP, \fBuuid/\fP or \fBid/\fP to disamb
.RE
.RS
.TP
+.B ip-tunnel:
+.IP "\fImode ipip,gre,sit,isatap,vti,ip6ip6,ipip6,ip6gre,vti6\fP" 42
+\(en tunnel mode
+.IP "\fIremote <remote endpoint IP>\fP" 42
+\(en IPv4 or IPv6 address of the remote tunnel endpoint
+.IP "\fI[local <local endpoint IP>]\fP" 42
+\(en IPv4 or IPv6 address of the local tunnel endpoint
+.IP "\fI[dev <parent device (ifname or connection UUID)>]\fP" 42
+\(en device to use for tunnel endpoint communication
+.RE
+.RS
+.TP
.B macvlan:
.IP "\fIdev <parent device (connection UUID, ifname, or MAC)>\fP" 42
\(en parent device this MACVLAN is on
@@ -699,6 +711,8 @@ The value can be prefixed with \fBifname/\fP, \fBuuid/\fP or \fBid/\fP to disamb
\(en VXLAN Network Identifer to use
.IP "\fIremote <IP>\fP" 42
\(en unicast destination IP address or multicast IP address to join
+.IP "\fI[dev <parent device (ifname or connection UUID)>]\fP" 42
+\(en device to use for tunnel endpoint communication
.IP "\fI[local <IP>]\fP" 42
\(en source IP address
.IP "\fI[source-port-min <0-65535>]\fP" 42