System Grab Bag

View all man pages from Ubuntu (or from all projects)

Name

ip-addrlabel - protocol address label management

Synopsis

ip addrlabel " { " COMMAND " | " help " }" "ip addrlabel" " { " add " | " del " } " prefixPREFIX " [ "dev DEV " ] [ " label NUMBER " ]" "ip addrlabel" " { " list " | " flush " }"

Description

IPv6 address labels are used for address selection; they are described in RFC 3484. Precedence is managed by userspace, and only the label itself is stored in the kernel.

Ip Addrlabel Add - Add An Address Label

add an address label entry to the kernel.

the outgoing interface.

the label for the prefix. 0xffffffff is reserved.

Ip Addrlabel Del - Delete An Address Label

delete an address label entry from the kernel. Arguments: coincide with the arguments of ip addrlabel add but the label is not required.

Ip Addrlabel List - List Address Labels

list the current address label entries in the kernel.

Ip Addrlabel Flush - Flush Address Labels

flush all address labels in the kernel. This does not restore any default settings.

See Also

  1. ip(8)

Author

Manpage by Yoshifuji Hideaki / 吉藤英明