naccyde / rpms / iproute

Forked from rpms/iproute 5 months ago
Clone

Blame SOURCES/0162-iproute2-update-ip-link.8-for-geneve-tunnels.patch

049c96
From 99659a911616298190930b2bf370bd2794973723 Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Sat, 2 Jul 2016 12:43:58 +0200
049c96
Subject: [PATCH] iproute2: update ip-link.8 for geneve tunnels
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1339178
049c96
Upstream Status: iproute2.git commit c1a1d8bc4c2f1
049c96
Conflicts: Context changes due to missing lowpan interface type support
049c96
           and previously added MACVLAN/MACVTAP support.
049c96
049c96
commit c1a1d8bc4c2f1da2f4ed5f11e3d9edc276c0c8d1
049c96
Author: John W. Linville <linville@tuxdriver.com>
049c96
Date:   Fri May 22 14:46:46 2015 -0400
049c96
049c96
    iproute2: update ip-link.8 for geneve tunnels
049c96
049c96
    Signed-off-by: John W. Linville <linville@tuxdriver.com>
049c96
---
049c96
 man/man8/ip-link.8.in | 26 +++++++++++++++++++++++++-
049c96
 1 file changed, 25 insertions(+), 1 deletion(-)
049c96
049c96
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
049c96
index 5e4862f..21503ff 100644
049c96
--- a/man/man8/ip-link.8.in
049c96
+++ b/man/man8/ip-link.8.in
049c96
@@ -60,7 +60,8 @@ ip-link \- network device configuration
049c96
 .BR ip6gretap " |"
049c96
 .BR vti " |"
049c96
 .BR nlmon " |"
049c96
-.BR ipvlan " ]"
049c96
+.BR ipvlan " |"
049c96
+.BR geneve " ]"
049c96
 
049c96
 .ti -8
049c96
 .BI "ip link delete " DEVICE
049c96
@@ -231,6 +232,9 @@ Link types:
049c96
 .sp
049c96
 .BR ipvlan
049c96
 - Interface for L3 (IPv6/IPv4) based VLANs
049c96
+.sp
049c96
+.BR geneve
049c96
+- GEneric NEtwork Virtualization Encapsulation
049c96
 .in -8
049c96
 
049c96
 .TP
049c96
@@ -659,6 +663,26 @@ the following additional arguments are supported:
049c96
 - specifies the mode (datagram or connected) to use.
049c96
 
049c96
 .TP
049c96
+GENEVE Type Support
049c96
+For a link of type
049c96
+.I GENEVE
049c96
+the following additional arguments are supported:
049c96
+
049c96
+.BI "ip link add " DEVICE
049c96
+.BI type " geneve " id " ID " remote " IPADDR"
049c96
+
049c96
+.in +8
049c96
+.sp
049c96
+.BI  id " VNI "
049c96
+- specifies the Virtual Network Identifer to use.
049c96
+
049c96
+.sp
049c96
+.BI remote " IPADDR"
049c96
+- specifies the unicast destination IP address to use in outgoing packets.
049c96
+
049c96
+.in -8
049c96
+
049c96
+.TP
049c96
 MACVLAN and MACVTAP Type Support
049c96
 For a link of type
049c96
 .I MACVLAN
049c96
-- 
049c96
1.8.3.1
049c96