[PATCH 2.6.10 1/1] netfilter: fix crash on nat+icmp packets

2005-03-01 Thread mukesh agrawal
This patch fixes a kernel crashing bug when using NAT. The crash occurs in the case when we send out a UDP packet to a closed port on another host, with the UDP packet being SNATed. The remote host replies with an ICMP port unreachable (type 3, code 3). We need to adjust the ICMP packet,

[PATCH 2.6.10 1/1] netfilter: fix crash on nat+icmp packets

2005-03-01 Thread mukesh agrawal
This patch fixes a kernel crashing bug when using NAT. The crash occurs in the case when we send out a UDP packet to a closed port on another host, with the UDP packet being SNATed. The remote host replies with an ICMP port unreachable (type 3, code 3). We need to adjust the ICMP packet,