File man-iplink-document-new-addrgenmodes.patch of Package iproute2.7171
From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= <bjorn@mork.no>
Date: Mon, 4 Jan 2016 10:58:06 +0100
Subject: man: iplink: document new addrgenmodes
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Patch-mainline: v4.5.0
Git-commit: 8f0777a857679678f3ff89e05dbde4594a58930c
References: bsc#1081176
Cc: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Acked-by: Michal Kubecek <mkubecek@suse.cz>
SLE12-SP3: omit "random" mode as it's not supported by kernel (and
therefore the support wasn't backported into iproute2 either)
---
man/man8/ip-link.8.in | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
index ac6f4813a329..131530d26f4c 100644
--- a/man/man8/ip-link.8.in
+++ b/man/man8/ip-link.8.in
@@ -150,7 +150,7 @@ ip-link \- network device configuration
.br
.B nomaster " |"
.br
-.B addrgenmode { eui64 | none }
+.B addrgenmode { eui64 | none | stable_secret }
.br
.B link-netnsid ID
.BR " }"
@@ -1029,8 +1029,17 @@ set master device of the device (enslave device).
unset master device of the device (release device).
.TP
-.BR "addrgenmode eui64 " or " addrgenmode none"
-set IPv6 address generation mode
+.BI addrgenmode " eui64|none|stable_secret"
+set the IPv6 address generation mode
+
+.I eui64
+- use a Modified EUI-64 format interface identifier
+
+.I none
+- disable automatic address generation
+
+.I stable_secret
+- generate the interface identifier based on a preset /proc/sys/net/ipv6/conf/{default,DEVICE}/stable_secret
.TP
.BR "link-netnsid "
--
2.16.3