aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2010-08-17 17:32:21 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2010-08-17 17:32:21 +0000
commit49c3fb7c66922662cc2f654ca18f47c134de4eed (patch)
tree2aa42406b4e13da93c106f8d9095b1883b924654 /chapter06
parent3085bc2699554baadf35fe473d1d86f67bd8ab72 (diff)
Correct the fix for the iproute2 bug.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9364 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/iproute2.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml
index 3b637e8ff..8b0030dcd 100644
--- a/chapter06/iproute2.xml
+++ b/chapter06/iproute2.xml
@@ -54,7 +54,7 @@
<para>Fix a bug that causes the <command>ip route get</command> command to
not produce any output:</para>
-<screen><userinput remap="pre">sed -i 's/== !/\&amp;\&amp; !/' ip/iproute.c</userinput></screen>
+<screen><userinput remap="pre">sed -i '1289i\\tfilter.cloned = 2;' ip/iproute.c</userinput></screen>
<para>Compile the package:</para>