]> git.proxmox.com Git - mirror_iproute2.git/blob - man/man8/ip-token.8
ip-xfrm: Add support for OUTPUT_MARK
[mirror_iproute2.git] / man / man8 / ip-token.8
1 .TH IP\-TOKEN 8 "28 Mar 2013" "iproute2" "Linux"
2 .SH "NAME"
3 ip-token \- tokenized interface identifier support
4 .SH "SYNOPSIS"
5 .sp
6 .ad l
7 .in +8
8 .ti -8
9 .B ip token
10 .RI "{ " COMMAND " | "
11 .BR help " }"
12 .sp
13
14 .ti -8
15 .B ip token set
16 .IR TOKEN
17 .B dev
18 .IR DEV
19
20 .ti -8
21 .B ip token del dev
22 .IR DEV
23
24 .ti -8
25 .B ip token get
26 .RB "[ " dev
27 .IR DEV " ]"
28
29 .ti -8
30 .BR "ip token" " [ " list " ]"
31
32 .SH "DESCRIPTION"
33 IPv6 tokenized interface identifier support is used for assigning well-known
34 host-part addresses to nodes whilst still obtaining a global network prefix
35 from Router advertisements. The primary target for tokenized identifiers are
36 server platforms where addresses are usually manually configured, rather than
37 using DHCPv6 or SLAAC. By using tokenized identifiers, hosts can still
38 determine their network prefix by use of SLAAC, but more readily be
39 automatically renumbered should their network prefix change [1]. Tokenized
40 IPv6 Identifiers are described in the draft
41 [1]: <draft-chown-6man-tokenised-ipv6-identifiers-02>.
42
43 .SS ip token set - set an interface token
44 set the interface token to the kernel.
45 .TP
46 .I TOKEN
47 the interface identifier token address.
48 .TP
49 .BI dev " DEV"
50 the networking interface.
51
52 .SS ip token del - delete an interface token
53 delete the interface token from the kernel.
54 .TP
55 .BI dev " DEV"
56 the networking interface.
57
58 .SS ip token get - get the interface token from the kernel
59 show a tokenized interface identifier of a particular networking device.
60 .B Arguments:
61 coincide with the arguments of
62 .B ip token set
63 but the
64 .I TOKEN
65 must be left out.
66 .SS ip token list - list all interface tokens
67 list all tokenized interface identifiers for the networking interfaces from
68 the kernel.
69
70 .SH SEE ALSO
71 .br
72 .BR ip (8)
73
74 .SH AUTHOR
75 Manpage by Daniel Borkmann