From 7e15754d7b47a20490ffb708f65fe0191a4fe3b7 Mon Sep 17 00:00:00 2001 From: pbldp <> Date: Mon, 13 Jan 2003 21:49:09 +0000 Subject: [PATCH] Modified Files: Linux+IPv6-HOWTO.lyx : fix a bug on usage of "ip" --- .../Peter-Bieringer/Linux+IPv6-HOWTO.lyx | 48 +++++++++++++------ 1 file changed, 33 insertions(+), 15 deletions(-) diff --git a/LDP/users/Peter-Bieringer/Linux+IPv6-HOWTO.lyx b/LDP/users/Peter-Bieringer/Linux+IPv6-HOWTO.lyx index f78ed7f8..5fa5b3ae 100644 --- a/LDP/users/Peter-Bieringer/Linux+IPv6-HOWTO.lyx +++ b/LDP/users/Peter-Bieringer/Linux+IPv6-HOWTO.lyx @@ -52,6 +52,15 @@ Bieringer \layout SGML + Release 0.39 2003-01-13 PB See +\begin_inset LatexCommand \ref[revision history]{revision-history} + +\end_inset + + for more +\layout SGML + Release 0.38.1 2003-01-09 PB See \begin_inset LatexCommand \ref[revision history]{revision-history} @@ -70,15 +79,6 @@ tials>PB See for more \layout SGML - Release 0.37.1 2003-01-05 PB See -\begin_inset LatexCommand \ref[revision history]{revision-history} - -\end_inset - - for more -\layout SGML - Release 0.37 2002-12-31 GK See \begin_inset LatexCommand \ref[revision history]{revision-history} @@ -4431,7 +4431,7 @@ Usage (generic example for three tunnels): ¬ local \layout Code -# /sbin/ip set dev sit1 up +# /sbin/ip link set dev sit1 up \layout Code # /sbin/ip -6 route add dev sit1 metric 1 @@ -4445,7 +4445,7 @@ Usage (generic example for three tunnels): ¬ local \layout Code -# /sbin/ip set dev sit2 up +# /sbin/ip link set dev sit2 up \layout Code # /sbin/ip -6 route add dev sit2 metric 1 @@ -4459,7 +4459,7 @@ Usage (generic example for three tunnels): ¬ local \layout Code -# /sbin/ip set dev sit3 up +# /sbin/ip link set dev sit3 up \layout Code # /sbin/ip -6 route add dev sit3 metric 1 @@ -4579,7 +4579,7 @@ Usage (generic example for three tunnels): # /sbin/ip -6 route del dev sit1 \layout Code -# /sbin/ip set sit1 down +# /sbin/ip link set sit1 down \layout Code # /sbin/ip tunnel del sit @@ -4592,7 +4592,7 @@ Usage (generic example for three tunnels): # /sbin/ip -6 route del dev sit2 \layout Code -# /sbin/ip set sit2 down +# /sbin/ip link set sit2 down \layout Code # /sbin/ip tunnel del sit2 @@ -4603,7 +4603,7 @@ Usage (generic example for three tunnels): # /sbin/ip -6 route del dev sit3 \layout Code -# /sbin/ip set sit3 down +# /sbin/ip link set sit3 down \layout Code # /sbin/ip tunnel del sit3 @@ -13976,6 +13976,21 @@ Versions x.y.z are work-in-progress and only published as LyX file on CVS. Releases 0.x \layout Description +0.39 2003-01-13/PB: fix a bug (forgotten 'link +\begin_inset Quotes srd +\end_inset + + on +\begin_inset Quotes sld +\end_inset + +ip link set +\begin_inset Quotes srd +\end_inset + + (credits to Yaniv Kaul) +\layout Description + 0.38.1 2003-01-09/PB: a minor fix \layout Description @@ -14340,6 +14355,9 @@ Martin Luemkemann : For a Jean-Marc V. Liotier : Finding a bug +\layout Itemize + +Yaniv Kaul : Finding a bug \layout Section The End