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-addrlabel.8 (1309B)


  1. .TH IP\-ADDRLABEL 8 "20 Dec 2011" "iproute2" "Linux"
  2. .SH "NAME"
  3. ip-addrlabel \- protocol address label management
  4. .SH "SYNOPSIS"
  5. .sp
  6. .ad l
  7. .in +8
  8. .ti -8
  9. .B ip addrlabel
  10. .RI " { " COMMAND " | "
  11. .BR help " }"
  12. .ti -8
  13. .BR "ip addrlabel" " { " add " | " del " } " prefix
  14. .BR PREFIX " [ "
  15. .B dev
  16. .IR DEV " ] [ "
  17. .B label
  18. .IR NUMBER " ]"
  19. .ti -8
  20. .BR "ip addrlabel" " { " list " | " flush " }"
  21. .SH "DESCRIPTION"
  22. IPv6 address labels are used for address selection;
  23. they are described in RFC 3484. Precedence is managed by userspace,
  24. and only the label itself is stored in the kernel.
  25. .SS ip addrlabel add - add an address label
  26. add an address label entry to the kernel.
  27. .TP
  28. .BI prefix " PREFIX"
  29. .TP
  30. .BI dev " DEV"
  31. the outgoing interface.
  32. .TP
  33. .BI label " NUMBER"
  34. the label for the prefix.
  35. 0xffffffff is reserved.
  36. .SS ip addrlabel del - delete an address label
  37. delete an address label entry from the kernel.
  38. .B Arguments:
  39. coincide with the arguments of
  40. .B ip addrlabel add
  41. but the label is not required.
  42. .SS ip addrlabel list - list address labels
  43. list the current address label entries in the kernel.
  44. .SS ip addrlabel flush - flush address labels
  45. flush all address labels in the kernel. This does not restore any default settings.
  46. .SH SEE ALSO
  47. .br
  48. .BR ip (8)
  49. .SH AUTHOR
  50. Manpage by Yoshifuji Hideaki / 吉藤英明