]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- disable -tproxy patch with suitable note.
authorPaweł Sikora <pluto@pld-linux.org>
Mon, 8 Sep 2008 15:26:58 +0000 (15:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel.spec -> 1.441.2.1945

kernel.spec

index fd6241798e305181f26bea54fb2bcefac376937b..0755c8cbd32ae17581722e2822afd0e63c3042c5 100644 (file)
@@ -240,7 +240,10 @@ Patch40:   kernel-layer7.patch
 Patch41:       kernel-ipvs-nfct.patch
 
 # based on http://www.balabit.com/downloads/files/tproxy/tproxy-kernel-2.6.25-20080509-164605-1210344365.tar.bz2
-Patch42:       kernel-tproxy.patch
+#FIXME: this patch needs net_device->nd_dev feature (see net/Kconfig:NET_NS).
+#       NET_NS depends on EXPERIMENTAL && !SYSFS && NAMESPACES while we have SYSFS enabled.
+#       the https://lists.linux-foundation.org/pipermail/containers/2007-December/008849.html is waiting for merge.
+#Patch42:      kernel-tproxy.patch
 
 ### End netfilter
 
@@ -864,7 +867,7 @@ install -m 755 %{SOURCE6} .
 
 # tproxy
 %if %{without rescuecd} && %{with vserver}
-%patch42 -p1
+#patch42 -p1
 %endif
 
 # forcedeth
This page took 0.067991 seconds and 4 git commands to generate.