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: Heiner Kallweit <heiner.kallweit@web.de>
This commit is contained in:
parent
6fdb465869
commit
18c8bbe3db
|
|
@ -50,8 +50,9 @@ ip-address \- protocol address management
|
||||||
|
|
||||||
.ti -8
|
.ti -8
|
||||||
.IR FLAG " := "
|
.IR FLAG " := "
|
||||||
.RB "[ " permanent " | " dynamic " | " secondary " | " primary " | "\
|
.RB "[ " permanent " | " dynamic " | " secondary " | " primary " | \
|
||||||
tentative " | " deprecated " | " dadfailed " | " temporary " ]"
|
[ - ] " tentative " | [ - ] " deprecated " | [ - ] " dadfailed " | "\
|
||||||
|
temporary " ]"
|
||||||
|
|
||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
The
|
The
|
||||||
|
|
@ -177,15 +178,29 @@ addresses.
|
||||||
(IPv6 only) only list addresses which have not yet passed duplicate
|
(IPv6 only) only list addresses which have not yet passed duplicate
|
||||||
address detection.
|
address detection.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B -tentative
|
||||||
|
(IPv6 only) only list addresses which are not in the process of
|
||||||
|
duplicate address detection currently.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B deprecated
|
.B deprecated
|
||||||
(IPv6 only) only list deprecated addresses.
|
(IPv6 only) only list deprecated addresses.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B -deprecated
|
||||||
|
(IPv6 only) only list addresses not being deprecated.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B dadfailed
|
.B dadfailed
|
||||||
(IPv6 only) only list addresses which have failed duplicate
|
(IPv6 only) only list addresses which have failed duplicate
|
||||||
address detection.
|
address detection.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B -dadfailed
|
||||||
|
(IPv6 only) only list addresses which have not failed duplicate
|
||||||
|
address detection.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B temporary
|
.B temporary
|
||||||
(IPv6 only) only list temporary addresses.
|
(IPv6 only) only list temporary addresses.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue