.TH IP\-TOKEN 8 "28 Mar 2013" "iproute2" "Linux"
.SH "NAME"
-ip-token \- tokenized interface identifer support
+ip-token \- tokenized interface identifier support
.SH "SYNOPSIS"
.sp
.ad l
.BR "ip token" " { " list " }"
.SH "DESCRIPTION"
-IPv6 tokenized interface identifer support is used for assigning well-known
+IPv6 tokenized interface identifier support is used for assigning well-known
host-part addresses to nodes whilst still obtaining a global network prefix
from Router advertisements. The primary target for tokenized identifiers are
server platforms where addresses are usually manually configured, rather than
removed from the interface, only overwritten.
.TP
.I TOKEN
-the interface identifer token address.
+the interface identifier token address.
.TP
.BI dev " DEV"
the networking interface.
.SS ip token get - get the interface token from the kernel
-show a tokenized interface identifer of a particular networking device.
+show a tokenized interface identifier of a particular networking device.
.B Arguments:
coincide with the arguments of
.B ip token set
.I TOKEN
must be left out.
.SS ip token list - list all interface tokens
-list all tokenized interface identifers for the networking interfaces from
+list all tokenized interface identifiers for the networking interfaces from
the kernel.
.SH SEE ALSO