diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-04-15 06:11:23 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-04-15 06:11:23 +0000 |
commit | fd3378f1e1ade62b38ba64a3630a1cd3581fedd7 (patch) | |
tree | afa05fc32fd52e099867c546d48d880948f8be5a /target/linux/generic-2.4/patches | |
parent | 9788cc6de290c5a8efcd5d6e7f4e9dca6b40385c (diff) | |
download | upstream-fd3378f1e1ade62b38ba64a3630a1cd3581fedd7.tar.gz upstream-fd3378f1e1ade62b38ba64a3630a1cd3581fedd7.tar.bz2 upstream-fd3378f1e1ade62b38ba64a3630a1cd3581fedd7.zip |
update iptables to 1.4.0 (2.6 kernels only), refresh kernel patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10843 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.4/patches')
-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 301a3a79f2..cfbca53315 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 */ |