summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.4/patches/604-netfilter_maxconn.patch
diff options
context:
space:
mode:
authorAndy Boyett <agb@openwrt.org>2009-09-10 10:06:35 +0000
committerAndy Boyett <agb@openwrt.org>2009-09-10 10:06:35 +0000
commit22dfa7ae22c4c5eef2cd08e2c0e76ada5bf7fca8 (patch)
treeb4460277cbaf35402d23dbf83a18bc76cd27cc73 /target/linux/generic-2.4/patches/604-netfilter_maxconn.patch
parent7c6ce6633008c17e08b422d8d2f45b29ecf52d99 (diff)
downloadmaster-31e0f0ae-22dfa7ae22c4c5eef2cd08e2c0e76ada5bf7fca8.tar.gz
master-31e0f0ae-22dfa7ae22c4c5eef2cd08e2c0e76ada5bf7fca8.tar.bz2
master-31e0f0ae-22dfa7ae22c4c5eef2cd08e2c0e76ada5bf7fca8.zip
refresh patches
SVN-Revision: 17553
Diffstat (limited to 'target/linux/generic-2.4/patches/604-netfilter_maxconn.patch')
-rw-r--r--target/linux/generic-2.4/patches/604-netfilter_maxconn.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.4/patches/604-netfilter_maxconn.patch b/target/linux/generic-2.4/patches/604-netfilter_maxconn.patch
index 38e75f7aa6..5414bef385 100644
--- a/target/linux/generic-2.4/patches/604-netfilter_maxconn.patch
+++ b/target/linux/generic-2.4/patches/604-netfilter_maxconn.patch
@@ -1,6 +1,6 @@
--- a/net/ipv4/netfilter/ip_conntrack_core.c
+++ b/net/ipv4/netfilter/ip_conntrack_core.c
-@@ -1410,7 +1410,7 @@ void ip_conntrack_cleanup(void)
+@@ -1407,7 +1407,7 @@ void ip_conntrack_cleanup(void)
nf_unregister_sockopt(&so_getorigdst);
}
@@ -9,7 +9,7 @@
MODULE_PARM(hashsize, "i");
int __init ip_conntrack_init(void)
-@@ -1431,7 +1431,7 @@ int __init ip_conntrack_init(void)
+@@ -1428,7 +1428,7 @@ int __init ip_conntrack_init(void)
if (ip_conntrack_htable_size < 16)
ip_conntrack_htable_size = 16;
}