|
|
049c96 |
From 93d677d83f7c0b6152746ecd03b7a0619c75fabd Mon Sep 17 00:00:00 2001
|
|
|
049c96 |
From: Phil Sutter <psutter@redhat.com>
|
|
|
049c96 |
Date: Thu, 18 Feb 2016 13:21:45 +0100
|
|
|
049c96 |
Subject: [PATCH] ip: extend "ip-address" man page to reflect the recent flag
|
|
|
049c96 |
extensions
|
|
|
049c96 |
|
|
|
049c96 |
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1231898
|
|
|
049c96 |
Upstream Status: iproute2.git commit 18c8bbe3dbe11
|
|
|
049c96 |
|
|
|
049c96 |
commit 18c8bbe3dbe118ccf4c8da4c9b2e4fc52f7a8aaf
|
|
|
049c96 |
Author: Heiner Kallweit <hkallweit1@gmail.com>
|
|
|
049c96 |
Date: Wed Dec 24 23:11:50 2014 +0100
|
|
|
049c96 |
|
|
|
049c96 |
ip: extend "ip-address" man page to reflect the recent flag extensions
|
|
|
049c96 |
|
|
|
049c96 |
Extend "ip-address" man page to reflect the recent extension of
|
|
|
049c96 |
allowing to list addresses with flags tentative, deprecated, dadfailed
|
|
|
049c96 |
not being set.
|
|
|
049c96 |
|
|
|
049c96 |
Signed-off-by: Heiner Kallweit <heiner.kallweit@web.de>
|
|
|
049c96 |
---
|
|
|
049c96 |
man/man8/ip-address.8.in | 19 +++++++++++++++++--
|
|
|
049c96 |
1 file changed, 17 insertions(+), 2 deletions(-)
|
|
|
049c96 |
|
|
|
049c96 |
diff --git a/man/man8/ip-address.8.in b/man/man8/ip-address.8.in
|
|
|
049c96 |
index c6f25ea..6e46af8 100644
|
|
|
049c96 |
--- a/man/man8/ip-address.8.in
|
|
|
049c96 |
+++ b/man/man8/ip-address.8.in
|
|
|
049c96 |
@@ -50,8 +50,9 @@ ip-address \- protocol address management
|
|
|
049c96 |
|
|
|
049c96 |
.ti -8
|
|
|
049c96 |
.IR FLAG " := "
|
|
|
049c96 |
-.RB "[ " permanent " | " dynamic " | " secondary " | " primary " | "\
|
|
|
049c96 |
-tentative " | " deprecated " | " dadfailed " | " temporary " ]"
|
|
|
049c96 |
+.RB "[ " permanent " | " dynamic " | " secondary " | " primary " | \
|
|
|
049c96 |
+[ - ] " tentative " | [ - ] " deprecated " | [ - ] " dadfailed " | "\
|
|
|
049c96 |
+temporary " ]"
|
|
|
049c96 |
|
|
|
049c96 |
.SH "DESCRIPTION"
|
|
|
049c96 |
The
|
|
|
049c96 |
@@ -178,15 +179,29 @@ addresses.
|
|
|
049c96 |
address detection.
|
|
|
049c96 |
|
|
|
049c96 |
.TP
|
|
|
049c96 |
+.B -tentative
|
|
|
049c96 |
+(IPv6 only) only list addresses which are not in the process of
|
|
|
049c96 |
+duplicate address detection currently.
|
|
|
049c96 |
+
|
|
|
049c96 |
+.TP
|
|
|
049c96 |
.B deprecated
|
|
|
049c96 |
(IPv6 only) only list deprecated addresses.
|
|
|
049c96 |
|
|
|
049c96 |
.TP
|
|
|
049c96 |
+.B -deprecated
|
|
|
049c96 |
+(IPv6 only) only list addresses not being deprecated.
|
|
|
049c96 |
+
|
|
|
049c96 |
+.TP
|
|
|
049c96 |
.B dadfailed
|
|
|
049c96 |
(IPv6 only) only list addresses which have failed duplicate
|
|
|
049c96 |
address detection.
|
|
|
049c96 |
|
|
|
049c96 |
.TP
|
|
|
049c96 |
+.B -dadfailed
|
|
|
049c96 |
+(IPv6 only) only list addresses which have not failed duplicate
|
|
|
049c96 |
+address detection.
|
|
|
049c96 |
+
|
|
|
049c96 |
+.TP
|
|
|
049c96 |
.B temporary
|
|
|
049c96 |
(IPv6 only) only list temporary addresses.
|
|
|
049c96 |
|
|
|
049c96 |
--
|
|
|
049c96 |
1.8.3.1
|
|
|
049c96 |
|