diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-08-17 17:32:21 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-08-17 17:32:21 +0000 |
commit | 49c3fb7c66922662cc2f654ca18f47c134de4eed (patch) | |
tree | 2aa42406b4e13da93c106f8d9095b1883b924654 /chapter06 | |
parent | 3085bc2699554baadf35fe473d1d86f67bd8ab72 (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.xml | 2 |
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/== !/\&\& !/' 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> |