diff options
author | Tomas Janousek <tjanouse@redhat.com> | 2007-11-20 15:38:21 +0100 |
---|---|---|
committer | Stephen Hemminger <shemminger@linux-foundation.org> | 2007-12-11 09:35:12 -0800 |
commit | e17b7337f1ce0c7367215fe73b4722524ec1bdf3 (patch) | |
tree | e524dea9ef120774fd1f5b87a9ef53546d51acf0 /doc | |
parent | ec30dcce718ebe13f6396cb560283d3cbcca7354 (diff) |
Correct documentation regarding PROMISC and ALLMULTI.
The ip util would happily change these flags, it's just not recommended.
Reflect that in the doc.
The behaviour of ifconfig is exactly the same as of ip, delete the note about
it.
Signed-off-by: Tomas Janousek <tjanouse@redhat.com>
Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ip-cref.tex | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/doc/ip-cref.tex b/doc/ip-cref.tex index 5eaa4a89..fe38f998 100644 --- a/doc/ip-cref.tex +++ b/doc/ip-cref.tex @@ -298,9 +298,9 @@ Do not use it, if you do not understand what this operation really does. \vskip 1mm \begin{NB} -The {\tt ip} utility does not change the \verb|PROMISC| -or \verb|ALLMULTI| flags. These flags are considered -obsolete and should not be changed administratively. +The \verb|PROMISC| and \verb|ALLMULTI| flags are considered +obsolete and should not be changed administratively, though +the {\tt ip} utility will allow that. \end{NB} \paragraph{Warning:} If multiple parameter changes are requested, @@ -450,13 +450,6 @@ or not implemented (\verb|DEBUG|) or specific to some devices (\verb|MASTER|, \verb|AUTOMEDIA| and \verb|PORTSEL|). We do not discuss them here. \end{NB} -\begin{NB} -The values of \verb|PROMISC| and \verb|ALLMULTI| flags -shown by the \verb|ifconfig| utility and by the \verb|ip| utility -are {\em different\/}. \verb|ip link ls| shows the true device state, -while \verb|ifconfig| shows the virtual state which was set with -\verb|ifconfig| itself. -\end{NB} The second line contains information on the link layer addresses |