packages: kernel/kernel-routes.patch - updated
arekm
arekm at pld-linux.org
Thu Sep 10 22:25:04 CEST 2009
Author: arekm Date: Thu Sep 10 20:25:04 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- updated
---- Files affected:
packages/kernel:
kernel-routes.patch (1.5 -> 1.6)
---- Diffs:
================================================================
Index: packages/kernel/kernel-routes.patch
diff -u packages/kernel/kernel-routes.patch:1.5 packages/kernel/kernel-routes.patch:1.6
--- packages/kernel/kernel-routes.patch:1.5 Thu Sep 10 22:22:24 2009
+++ packages/kernel/kernel-routes.patch Thu Sep 10 22:24:59 2009
@@ -1011,7 +1011,7 @@
+ if (!(conn->status & statusbit))
+ return NF_ACCEPT;
+
-+ if (skb->dst)
++ if (skb_dst(skb))
+ return NF_ACCEPT;
+
+ if (skb->len < sizeof(struct iphdr))
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel-routes.patch?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list