cli: document ip-tunnel connection type
authorBeniamino Galvani <bgalvani@redhat.com>
Wed, 16 Dec 2015 12:52:20 +0000 (13:52 +0100)
committerBeniamino Galvani <bgalvani@redhat.com>
Wed, 16 Dec 2015 13:03:28 +0000 (14:03 +0100)
clients/cli/connections.c
man/nmcli.1.in

index c24206e..a1ec056 100644 (file)
@@ -429,13 +429,17 @@ usage_connection_add (void)
                      "                  [pi yes|no]\n"
                      "                  [vnet-hdr yes|no]\n"
                      "                  [multi-queue yes|no]\n\n"
+                     "    ip-tunnel:    mode ipip,gre,sit,isatap,vti,ip6ip6,ipip6,ip6gre,vti6\n"
+                     "                  remote <remote endpoint IP>\n"
+                     "                  [local <local endpoint IP>]\n"
+                     "                  [dev <parent device (ifname or connection UUID)>]\n\n"
                      "    macvlan:      dev <parent device (connection  UUID, ifname, or MAC)>\n"
                      "                  mode vepa|bridge|private|passthru|source\n"
                      "                  [tap yes|no]\n\n"
                      "    vxlan:        id <VXLAN ID>\n"
                      "                  remote <IP of multicast group or remote address>\n"
-                     "                  [dev <parent device (ifname or connection UUID)>]\n"
                      "                  [local <source IP>]\n"
+                     "                  [dev <parent device (ifname or connection UUID)>]\n"
                      "                  [source-port-min <0-65535>]\n"
                      "                  [source-port-max <0-65535>]\n"
                      "                  [destination-port <0-65535>]\n\n"
index 57c4693..f1a98df 100644 (file)
@@ -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