Blame man/man8/ip-token.8

Packit Service 3880ab
.TH IP\-TOKEN 8 "28 Mar 2013" "iproute2" "Linux"
Packit Service 3880ab
.SH "NAME"
Packit Service 3880ab
ip-token \- tokenized interface identifier support
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 token
Packit Service 3880ab
.RI "{ " COMMAND " | "
Packit Service 3880ab
.BR help " }"
Packit Service 3880ab
.sp
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.B ip token set
Packit Service 3880ab
.IR TOKEN
Packit Service 3880ab
.B dev
Packit Service 3880ab
.IR DEV
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.B ip token del dev
Packit Service 3880ab
.IR DEV
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.B ip token get
Packit Service 3880ab
.RB "[ " dev
Packit Service 3880ab
.IR DEV " ]"
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.BR "ip token" " [ " list " ]"
Packit Service 3880ab
Packit Service 3880ab
.SH "DESCRIPTION"
Packit Service 3880ab
IPv6 tokenized interface identifier support is used for assigning well-known
Packit Service 3880ab
host-part addresses to nodes whilst still obtaining a global network prefix
Packit Service 3880ab
from Router advertisements. The primary target for tokenized identifiers are
Packit Service 3880ab
server platforms where addresses are usually manually configured, rather than
Packit Service 3880ab
using DHCPv6 or SLAAC. By using tokenized identifiers, hosts can still
Packit Service 3880ab
determine their network prefix by use of SLAAC, but more readily be
Packit Service 3880ab
automatically renumbered should their network prefix change [1]. Tokenized
Packit Service 3880ab
IPv6 Identifiers are described in the draft
Packit Service 3880ab
[1]: <draft-chown-6man-tokenised-ipv6-identifiers-02>.
Packit Service 3880ab
Packit Service 3880ab
.SS ip token set - set an interface token
Packit Service 3880ab
set the interface token to the kernel.
Packit Service 3880ab
.TP
Packit Service 3880ab
.I TOKEN
Packit Service 3880ab
the interface identifier token address.
Packit Service 3880ab
.TP
Packit Service 3880ab
.BI dev " DEV"
Packit Service 3880ab
the networking interface.
Packit Service 3880ab
Packit Service 3880ab
.SS ip token del - delete an interface token
Packit Service 3880ab
delete the interface token from the kernel.
Packit Service 3880ab
.TP
Packit Service 3880ab
.BI dev " DEV"
Packit Service 3880ab
the networking interface.
Packit Service 3880ab
Packit Service 3880ab
.SS ip token get - get the interface token from the kernel
Packit Service 3880ab
show a tokenized interface identifier of a particular networking device.
Packit Service 3880ab
.B Arguments:
Packit Service 3880ab
coincide with the arguments of
Packit Service 3880ab
.B ip token set
Packit Service 3880ab
but the
Packit Service 3880ab
.I TOKEN
Packit Service 3880ab
must be left out.
Packit Service 3880ab
.SS ip token list - list all interface tokens
Packit Service 3880ab
list all tokenized interface identifiers for the networking interfaces from
Packit Service 3880ab
the kernel.
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 Daniel Borkmann