aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables/patches
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-11-16 17:40:49 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-11-16 17:40:49 +0000
commitd1c86c57e10b47600ce3152538eb9d323d789521 (patch)
tree4e4aa55788a9d4827d6196100a120d92dd7da003 /package/iptables/patches
parent86ae448cacce1a2cb1c5091ee54a6ff968b1a068 (diff)
downloadmaster-187ad058-d1c86c57e10b47600ce3152538eb9d323d789521.tar.gz
master-187ad058-d1c86c57e10b47600ce3152538eb9d323d789521.tar.bz2
master-187ad058-d1c86c57e10b47600ce3152538eb9d323d789521.zip
Finally fix iptables -m conntrack (#988), bump release numnber
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13235 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables/patches')
-rw-r--r--package/iptables/patches/1.3.8/006-ipt_conntrack.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/iptables/patches/1.3.8/006-ipt_conntrack.patch b/package/iptables/patches/1.3.8/006-ipt_conntrack.patch
new file mode 100644
index 0000000000..65ea074e9a
--- /dev/null
+++ b/package/iptables/patches/1.3.8/006-ipt_conntrack.patch
@@ -0,0 +1,11 @@
+--- ./include/linux/netfilter_ipv4/ipt_conntrack.h.orig 2008-09-27 10:26:49.000000000 -0400
++++ ./include/linux/netfilter_ipv4/ipt_conntrack.h 2008-09-27 01:15:57.000000000 -0400
+@@ -52,7 +52,7 @@
+ struct {
+ u_int32_t ip;
+ union {
+- u_int16_t all;
++ u_int32_t all;
+ } u;
+
+ /* The protocol. */