logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ip-addrlabel - protocol address label management

Author

       Manpage by Yoshifuji Hideaki / 吉藤英明

iproute2                                           20 Dec 2011                                   IP-ADDRLABEL(8)

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.

   ipaddrlabeladd-addanaddresslabel
       add an address label entry to the kernel.

       prefixPREFIXdevDEV
              the outgoing interface.

       labelNUMBER
              the label for the prefix.  0xffffffff is reserved.

   ipaddrlabeldel-deleteanaddresslabel
       delete  an  address  label entry from the kernel.  Arguments: coincide with the arguments of ipaddrlabeladd but the label is not required.

   ipaddrlabellist-listaddresslabels
       list the current address label entries in the kernel.

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

Name

       ip-addrlabel - protocol address label management

See Also

ip(8)

Synopsis

ipaddrlabel  { COMMAND | help }

       ipaddrlabel { add | del } prefixPREFIX [ devDEV ] [ labelNUMBER ]

       ipaddrlabel { list | flush }

See Also