summaryrefslogtreecommitdiff
path: root/target/linux/generic-2.4
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-04-15 06:11:23 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-04-15 06:11:23 +0000
commitd80f43d15f4e1fb9c8c45fdafc7f0c8838573047 (patch)
treea2f4cbd0b328b674326665e96c88fd493ef8dc00 /target/linux/generic-2.4
parentece27874c17a3f84bae9af15399c0d92beb2620e (diff)
downloadmtk-20170518-d80f43d15f4e1fb9c8c45fdafc7f0c8838573047.zip
mtk-20170518-d80f43d15f4e1fb9c8c45fdafc7f0c8838573047.tar.gz
mtk-20170518-d80f43d15f4e1fb9c8c45fdafc7f0c8838573047.tar.bz2
update iptables to 1.4.0 (2.6 kernels only), refresh kernel patches
SVN-Revision: 10843
Diffstat (limited to 'target/linux/generic-2.4')
-rw-r--r--target/linux/generic-2.4/patches/602-netfilter_layer7_2.17_with_pktmatch.patch (renamed from target/linux/generic-2.4/patches/602-netfilter_layer7_2.1nbd.patch)4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.4/patches/602-netfilter_layer7_2.1nbd.patch b/target/linux/generic-2.4/patches/602-netfilter_layer7_2.17_with_pktmatch.patch
index 301a3a7..cfbca53 100644
--- a/target/linux/generic-2.4/patches/602-netfilter_layer7_2.1nbd.patch
+++ b/target/linux/generic-2.4/patches/602-netfilter_layer7_2.17_with_pktmatch.patch
@@ -69,9 +69,9 @@ Index: linux-2.4.35.4/include/linux/netfilter_ipv4/ipt_layer7.h
+
+struct ipt_layer7_info {
+ char protocol[MAX_PROTOCOL_LEN];
-+ char invert:1;
+ char pattern[MAX_PATTERN_LEN];
-+ char pkt;
++ u_int8_t invert;
++ u_int8_t pkt;
+};
+
+#endif /* _IPT_LAYER7_H */