naccyde / rpms / iproute

Forked from rpms/iproute 5 months ago
Clone

Blame SOURCES/0015-man-ip-address-document-mngtmpaddr-and-noprefixroute.patch

049c96
From f54df6d82b9ee4986d3746c8fe767b11d59a53eb Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Thu, 18 Feb 2016 13:21:59 +0100
049c96
Subject: [PATCH] man: ip-address: document mngtmpaddr and noprefixroute flags
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1231898
049c96
Upstream Status: iproute2.git commit f7afa999520d3
049c96
049c96
commit f7afa999520d3f93114c296e37e4ccea84d2c6de
049c96
Author: Phil Sutter <phil@nwl.cc>
049c96
Date:   Fri Sep 18 20:17:03 2015 +0200
049c96
049c96
    man: ip-address: document mngtmpaddr and noprefixroute flags
049c96
049c96
    Signed-off-by: Phil Sutter <phil@nwl.cc>
049c96
---
049c96
 man/man8/ip-address.8.in | 18 +++++++++++++++++-
049c96
 1 file changed, 17 insertions(+), 1 deletion(-)
049c96
049c96
diff --git a/man/man8/ip-address.8.in b/man/man8/ip-address.8.in
049c96
index 43611b9..159d906 100644
049c96
--- a/man/man8/ip-address.8.in
049c96
+++ b/man/man8/ip-address.8.in
049c96
@@ -67,7 +67,7 @@ temporary " | " CONFFLAG-LIST " ]"
049c96
 
049c96
 .ti -8
049c96
 .IR CONFFLAG " := "
049c96
-.RB "[ " home " | " nodad " ]"
049c96
+.RB "[ " home " | " mngtmpaddr " | " nodad " | " noprefixroute " ]"
049c96
 
049c96
 .ti -8
049c96
 .IR LIFETIME " := [ "
049c96
@@ -181,10 +181,26 @@ outgoing connections. Defaults to
049c96
 RFC 6275.
049c96
 
049c96
 .TP
049c96
+.B mngtmpaddr
049c96
+(IPv6 only) make the kernel manage temporary addresses created from this one as
049c96
+template on behalf of Privacy Extensions (RFC3041). For this to become active,
049c96
+the \fBuse_tempaddr\fP sysctl setting has to be set to a value greater than
049c96
+zero.  The given address needs to have a prefix length of 64. This flag allows
049c96
+to use privacy extensions in a manually configured network, just like if
049c96
+stateless auto-configuration was active.
049c96
+
049c96
+.TP
049c96
 .B nodad
049c96
 (IPv6 only) do not perform Duplicate Address Detection (RFC 4862) when
049c96
 adding this address.
049c96
 
049c96
+.TP
049c96
+.B noprefixroute
049c96
+Do not automatically create a route for the network prefix of the added
049c96
+address, and don't search for one to delete when removing the address. Changing
049c96
+an address to add this flag will remove the automatically added prefix route,
049c96
+changing it to remove this flag will create the prefix route automatically.
049c96
+
049c96
 .SS ip address delete - delete protocol address
049c96
 .B Arguments:
049c96
 coincide with the arguments of
049c96
-- 
049c96
1.8.3.1
049c96