netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "John W. Linville" <linville@tuxdriver.com>
To: netdev@vger.kernel.org
Cc: Stephen Hemminger <stephen@networkplumber.org>,
	"John W. Linville" <linville@tuxdriver.com>
Subject: [PATCH] iproute2: update ip-link.8 for geneve tunnels
Date: Fri, 22 May 2015 14:46:46 -0400	[thread overview]
Message-ID: <1432320406-28121-1-git-send-email-linville@tuxdriver.com> (raw)
In-Reply-To: <20150521151901.7c4f6b2e@urahara>

Signed-off-by: John W. Linville <linville@tuxdriver.com>
---
 man/man8/ip-link.8.in | 26 +++++++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)

diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
index 714aab488d4a..8cac246d7296 100644
--- a/man/man8/ip-link.8.in
+++ b/man/man8/ip-link.8.in
@@ -76,7 +76,8 @@ ip-link \- network device configuration
 .BR vti " |"
 .BR nlmon " |"
 .BR ipvlan " |"
-.BR lowpan " ]"
+.BR lowpan " |"
+.BR geneve " ]"
 
 .ti -8
 .BR "ip link delete " {
@@ -247,6 +248,9 @@ Link types:
 .sp
 .BR lowpan
 - Interface for 6LoWPAN (IPv6) over IEEE 802.15.4 / Bluetooth
+.sp
+.BR geneve
+- GEneric NEtwork Virtualization Encapsulation
 .in -8
 
 .TP
@@ -594,6 +598,26 @@ the following additional arguments are supported:
 .BI  mode " MODE "
 - specifies the mode (datagram or connected) to use.
 
+.TP
+GENEVE Type Support
+For a link of type
+.I GENEVE
+the following additional arguments are supported:
+
+.BI "ip link add " DEVICE
+.BI type " geneve " id " ID " remote " IPADDR"
+
+.in +8
+.sp
+.BI  id " VNI "
+- specifies the Virtual Network Identifer to use.
+
+.sp
+.BI remote " IPADDR"
+- specifies the unicast destination IP address to use in outgoing packets.
+
+.in -8
+
 .SS ip link delete - delete virtual link
 
 .TP
-- 
2.1.0

  parent reply	other threads:[~2015-05-22 18:47 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-13 16:57 [PATCH v3] add GENEVE netdev tunnel driver John W. Linville
2015-05-13 16:57 ` [PATCH v3 1/5] geneve: remove MODULE_ALIAS_RTNL_LINK from net/ipv4/geneve.c John W. Linville
2015-05-13 16:57 ` [PATCH v3 2/5] geneve: move definition of geneve_hdr() to geneve.h John W. Linville
2015-05-13 16:57 ` [PATCH v3 3/5] geneve: Rename support library as geneve_core John W. Linville
2015-05-13 16:57 ` [PATCH v3 4/5] geneve_core: identify as driver library in modules description John W. Linville
2015-05-13 16:57 ` [PATCH v3 5/5] geneve: add initial netdev driver for GENEVE tunnels John W. Linville
2015-05-13 17:02 ` [PATCH v3] iproute2: GENEVE support John W. Linville
2015-05-21 22:19   ` Stephen Hemminger
2015-05-22 18:45     ` John W. Linville
2015-05-22 18:46     ` John W. Linville [this message]
2015-06-15 18:37       ` [PATCH 0/2] iplink_geneve: add ttl and tos configuration bits John W. Linville
2015-06-15 18:37         ` [PATCH 1/2] iplink_geneve: add ttl configuration at link creation John W. Linville
2015-06-15 18:38           ` John W. Linville
2015-06-15 18:37         ` [PATCH 2/2] iplink_geneve: add tos " John W. Linville
2015-06-15 18:39           ` John W. Linville
2015-05-13 19:59 ` [PATCH v3] add GENEVE netdev tunnel driver David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1432320406-28121-1-git-send-email-linville@tuxdriver.com \
    --to=linville@tuxdriver.com \
    --cc=netdev@vger.kernel.org \
    --cc=stephen@networkplumber.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).