aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2011-03-30 20:27:03 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2011-03-30 20:27:03 +0000
commitd404149923180a73cf807e9f33a2c3d95e0d5e3b (patch)
tree55b292737310ce823e285b1a190de825d255b8f7 /chapter06
parent8aad43851e5620aca6ffff1e9bf94a64a60ca410 (diff)
Upgrade to IPRoute2-2.6.38. Fixes #2849.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9494 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/iproute2.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml
index 12b2a1c23..050b682bc 100644
--- a/chapter06/iproute2.xml
+++ b/chapter06/iproute2.xml
@@ -51,11 +51,6 @@
<screen><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile</userinput></screen>
- <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 '1289i\\tfilter.cloned = 2;' ip/iproute.c</userinput></screen>
-
<para>Compile the package:</para>
<screen><userinput remap="make">make DESTDIR=</userinput></screen>