From 49c3fb7c66922662cc2f654ca18f47c134de4eed Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 17 Aug 2010 17:32:21 +0000 Subject: Correct the fix for the iproute2 bug. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9364 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/iproute2.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06') 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 @@ Fix a bug that causes the ip route get command to not produce any output: -sed -i 's/== !/\&\& !/' ip/iproute.c +sed -i '1289i\\tfilter.cloned = 2;' ip/iproute.c Compile the package: -- cgit v1.2.3-54-g00ecf