Blame man/man8/ip-addrlabel.8

Packit Service 3880ab
.TH IP\-ADDRLABEL 8 "20 Dec 2011" "iproute2" "Linux"
Packit Service 3880ab
.SH "NAME"
Packit Service 3880ab
ip-addrlabel \- protocol address label management
Packit Service 3880ab
.SH "SYNOPSIS"
Packit Service 3880ab
.sp
Packit Service 3880ab
.ad l
Packit Service 3880ab
.in +8
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.B ip addrlabel
Packit Service 3880ab
.RI " { " COMMAND " | "
Packit Service 3880ab
.BR help " }"
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.BR "ip addrlabel" " { " add " | " del " } " prefix
Packit Service 3880ab
.BR PREFIX " [ "
Packit Service 3880ab
.B dev
Packit Service 3880ab
.IR DEV " ] [ "
Packit Service 3880ab
.B label
Packit Service 3880ab
.IR NUMBER " ]"
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.BR "ip addrlabel" " { " list " | " flush " }"
Packit Service 3880ab
Packit Service 3880ab
.SH "DESCRIPTION"
Packit Service 3880ab
IPv6 address labels are used for address selection;
Packit Service 3880ab
they are described in RFC 3484. Precedence is managed by userspace,
Packit Service 3880ab
and only the label itself is stored in the kernel.
Packit Service 3880ab
Packit Service 3880ab
.SS ip addrlabel add - add an address label
Packit Service 3880ab
add an address label entry to the kernel.
Packit Service 3880ab
.TP
Packit Service 3880ab
.BI prefix " PREFIX"
Packit Service 3880ab
.TP
Packit Service 3880ab
.BI dev " DEV"
Packit Service 3880ab
the outgoing interface.
Packit Service 3880ab
.TP
Packit Service 3880ab
.BI label " NUMBER"
Packit Service 3880ab
the label for the prefix.
Packit Service 3880ab
0xffffffff is reserved.
Packit Service 3880ab
.SS ip addrlabel del - delete an address label
Packit Service 3880ab
delete an address label entry from the kernel.
Packit Service 3880ab
.B Arguments:
Packit Service 3880ab
coincide with the arguments of
Packit Service 3880ab
.B ip addrlabel add
Packit Service 3880ab
but the label is not required.
Packit Service 3880ab
.SS ip addrlabel list - list address labels
Packit Service 3880ab
list the current address label entries in the kernel.
Packit Service 3880ab
.SS ip addrlabel flush - flush address labels
Packit Service 3880ab
flush all address labels in the kernel. This does not restore any default settings.
Packit Service 3880ab
Packit Service 3880ab
.SH SEE ALSO
Packit Service 3880ab
.br
Packit Service 3880ab
.BR ip (8)
Packit Service 3880ab
Packit Service 3880ab
.SH AUTHOR
Packit Service 3880ab
Manpage by Yoshifuji Hideaki / 吉藤英明