diff options
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 */ |