Protocol address label management.
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.
Man Page
import { addrlabel } from 'iproute'; Copy
import { addrlabel } from 'iproute';
Generated using TypeDoc
Protocol address label management.
Remarks
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.
See
Man Page
Example