Commit 18c8bbe3 authored by Heiner Kallweit's avatar Heiner Kallweit Committed by Stephen Hemminger

ip: extend "ip-address" man page to reflect the recent flag extensions

Extend "ip-address" man page to reflect the recent extension of
allowing to list addresses with flags tentative, deprecated, dadfailed
not being set.
Signed-off-by: default avatarHeiner Kallweit <heiner.kallweit@web.de>
parent 6fdb4658
......@@ -50,8 +50,9 @@ ip-address \- protocol address management
.ti -8
.IR FLAG " := "
.RB "[ " permanent " | " dynamic " | " secondary " | " primary " | "\
tentative " | " deprecated " | " dadfailed " | " temporary " ]"
.RB "[ " permanent " | " dynamic " | " secondary " | " primary " | \
[ - ] " tentative " | [ - ] " deprecated " | [ - ] " dadfailed " | "\
temporary " ]"
.SH "DESCRIPTION"
The
......@@ -177,15 +178,29 @@ addresses.
(IPv6 only) only list addresses which have not yet passed duplicate
address detection.
.TP
.B -tentative
(IPv6 only) only list addresses which are not in the process of
duplicate address detection currently.
.TP
.B deprecated
(IPv6 only) only list deprecated addresses.
.TP
.B -deprecated
(IPv6 only) only list addresses not being deprecated.
.TP
.B dadfailed
(IPv6 only) only list addresses which have failed duplicate
address detection.
.TP
.B -dadfailed
(IPv6 only) only list addresses which have not failed duplicate
address detection.
.TP
.B temporary
(IPv6 only) only list temporary addresses.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment