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 | d80f43d15f4e1fb9c8c45fdafc7f0c8838573047 (patch) | |
tree | a2f4cbd0b328b674326665e96c88fd493ef8dc00 /target/linux/generic-2.4 | |
parent | ece27874c17a3f84bae9af15399c0d92beb2620e (diff) | |
download | upstream-d80f43d15f4e1fb9c8c45fdafc7f0c8838573047.tar.gz upstream-d80f43d15f4e1fb9c8c45fdafc7f0c8838573047.tar.bz2 upstream-d80f43d15f4e1fb9c8c45fdafc7f0c8838573047.zip |
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 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 */ |