logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

ip-token.8 (1763B)


  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. .ti -8
  14. .B ip token set
  15. .IR TOKEN
  16. .B dev
  17. .IR DEV
  18. .ti -8
  19. .B ip token del dev
  20. .IR DEV
  21. .ti -8
  22. .B ip token get
  23. .RB "[ " dev
  24. .IR DEV " ]"
  25. .ti -8
  26. .BR "ip token" " [ " list " ]"
  27. .SH "DESCRIPTION"
  28. IPv6 tokenized interface identifier support is used for assigning well-known
  29. host-part addresses to nodes whilst still obtaining a global network prefix
  30. from Router advertisements. The primary target for tokenized identifiers are
  31. server platforms where addresses are usually manually configured, rather than
  32. using DHCPv6 or SLAAC. By using tokenized identifiers, hosts can still
  33. determine their network prefix by use of SLAAC, but more readily be
  34. automatically renumbered should their network prefix change [1]. Tokenized
  35. IPv6 Identifiers are described in the draft
  36. [1]: <draft-chown-6man-tokenised-ipv6-identifiers-02>.
  37. .SS ip token set - set an interface token
  38. set the interface token to the kernel.
  39. .TP
  40. .I TOKEN
  41. the interface identifier token address.
  42. .TP
  43. .BI dev " DEV"
  44. the networking interface.
  45. .SS ip token del - delete an interface token
  46. delete the interface token from the kernel.
  47. .TP
  48. .BI dev " DEV"
  49. the networking interface.
  50. .SS ip token get - get the interface token from the kernel
  51. show a tokenized interface identifier of a particular networking device.
  52. .B Arguments:
  53. coincide with the arguments of
  54. .B ip token set
  55. but the
  56. .I TOKEN
  57. must be left out.
  58. .SS ip token list - list all interface tokens
  59. list all tokenized interface identifiers for the networking interfaces from
  60. the kernel.
  61. .SH SEE ALSO
  62. .br
  63. .BR ip (8)
  64. .SH AUTHOR
  65. Manpage by Daniel Borkmann