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