diff options
| author | Patrick McHardy <kaber@coreworks.de> | 2004-11-13 19:01:15 +0100 |
|---|---|---|
| committer | Patrick McHardy <kaber@coreworks.de> | 2004-11-13 19:01:15 +0100 |
| commit | b803d5f51dbd2da941e6f37301a23be67c129601 (patch) | |
| tree | 104b2355fd10c0db4ba16380e3c7b1994b6711a3 /include/linux | |
| parent | d70bfc856dcd33699685e4056988389e5386d1d5 (diff) | |
[NETFILTER]: Fix invalid tcp/udp checksums within NATed icmp errors
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/netfilter_ipv4/ip_nat_protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netfilter_ipv4/ip_nat_protocol.h b/include/linux/netfilter_ipv4/ip_nat_protocol.h index e81795806ee3..f343239cd4ea 100644 --- a/include/linux/netfilter_ipv4/ip_nat_protocol.h +++ b/include/linux/netfilter_ipv4/ip_nat_protocol.h @@ -18,7 +18,7 @@ struct ip_nat_protocol /* Do a packet translation according to the ip_nat_proto_manip * and manip type. Return true if succeeded. */ int (*manip_pkt)(struct sk_buff **pskb, - unsigned int hdroff, + unsigned int iphdroff, const struct ip_conntrack_manip *manip, enum ip_nat_manip_type maniptype); |
