SOURCES (LINUX_2_6): kernel-hotfixes.patch - fix: "ip_nat_route_in...
pluto
pluto at pld-linux.org
Mon Oct 3 23:17:33 CEST 2005
Author: pluto Date: Mon Oct 3 21:17:33 2005 GMT
Module: SOURCES Tag: LINUX_2_6
---- Log message:
- fix: "ip_nat_route_input" [net/ipv4/netfilter/iptable_nat.ko] undefined.
---- Files affected:
SOURCES:
kernel-hotfixes.patch (1.1.2.59 -> 1.1.2.60)
---- Diffs:
================================================================
Index: SOURCES/kernel-hotfixes.patch
diff -u SOURCES/kernel-hotfixes.patch:1.1.2.59 SOURCES/kernel-hotfixes.patch:1.1.2.60
--- SOURCES/kernel-hotfixes.patch:1.1.2.59 Mon Oct 3 18:05:44 2005
+++ SOURCES/kernel-hotfixes.patch Mon Oct 3 23:17:28 2005
@@ -150,3 +150,13 @@
/* Point socket buffer at the right VCC before giving to socket layer */
ATM_SKB(skb)->vcc = vcc;
+--- a/net/ipv4/netfilter/ip_nat_core.c 2005-10-03 13:17:46.000000000 +0200
++++ b/net/ipv4/netfilter/ip_nat_core.c 2005-10-03 23:15:25.512117000 +0200
+@@ -636,6 +636,7 @@
+
+ return NF_ACCEPT;
+ }
++EXPORT_SYMBOL(ip_nat_route_input);
+
+ static int __init ip_nat_init(void)
+ {
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/kernel-hotfixes.patch?r1=1.1.2.59&r2=1.1.2.60&f=u
More information about the pld-cvs-commit
mailing list