man-pages/man8/ip-addrlabel.8.html
2021-03-31 01:06:50 +01:00

128 lines
2.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of IP-ADDRLABEL</TITLE>
</HEAD><BODY>
<H1>IP-ADDRLABEL</H1>
Section: Linux (8)<BR>Updated: 20 Dec 2011<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
ip-addrlabel - protocol address label management
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<P>
<BR>
<B>ip addrlabel</B>
{ <I>COMMAND</I> |
<B>help</B> }
<P>
<BR>
<B>ip addrlabel</B> { <B>add</B> | <B>del</B> } <B>prefix</B>
<B>PREFIX</B> [
<B>dev</B>
<I>DEV</I> ] [
<B>label</B>
<I>NUMBER</I> ]
<P>
<BR>
<B>ip addrlabel</B> { <B>list</B> | <B>flush</B> }
<P>
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
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.
<P>
<A NAME="lbAE">&nbsp;</A>
<H3>ip addrlabel add - add an address label</H3>
add an address label entry to the kernel.
<DL COMPACT>
<DT id="1"><B>prefix</B><I> PREFIX</I>
<DD>
<DT id="2"><B>dev</B><I> DEV</I>
<DD>
the outgoing interface.
<DT id="3"><B>label</B><I> NUMBER</I>
<DD>
the label for the prefix.
0xffffffff is reserved.
</DL>
<A NAME="lbAF">&nbsp;</A>
<H3>ip addrlabel del - delete an address label</H3>
delete an address label entry from the kernel.
<B>Arguments:</B>
coincide with the arguments of
<B>ip addrlabel add</B>
but the label is not required.
<A NAME="lbAG">&nbsp;</A>
<H3>ip addrlabel list - list address labels</H3>
list the current address label entries in the kernel.
<A NAME="lbAH">&nbsp;</A>
<H3>ip addrlabel flush - flush address labels</H3>
flush all address labels in the kernel. This does not restore any default settings.
<P>
<A NAME="lbAI">&nbsp;</A>
<H2>SEE ALSO</H2>
<BR>
<B><A HREF="/cgi-bin/man/man2html?8+ip">ip</A></B>(8)
<P>
<A NAME="lbAJ">&nbsp;</A>
<H2>AUTHOR</H2>
Manpage by Yoshifuji Hideaki / 吉藤英明
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="4"><A HREF="#lbAB">NAME</A><DD>
<DT id="5"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="6"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DL>
<DT id="7"><A HREF="#lbAE">ip addrlabel add - add an address label</A><DD>
<DT id="8"><A HREF="#lbAF">ip addrlabel del - delete an address label</A><DD>
<DT id="9"><A HREF="#lbAG">ip addrlabel list - list address labels</A><DD>
<DT id="10"><A HREF="#lbAH">ip addrlabel flush - flush address labels</A><DD>
</DL>
<DT id="11"><A HREF="#lbAI">SEE ALSO</A><DD>
<DT id="12"><A HREF="#lbAJ">AUTHOR</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:06:12 GMT, March 31, 2021
</BODY>
</HTML>