summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorShan Wei <shanwei@cn.fujitsu.com>2010-01-23 09:57:42 (GMT)
committerDavid S. Miller <davem@davemloft.net>2010-01-23 09:57:42 (GMT)
commite9017b55189355e9e6569990a18919e83f35bccb (patch)
treeb63551b0f5a60af76041f9c9dd0d95bdfef5580a /drivers
parente754834e65220b2b674c55c3b6dfb2fb1a2804d0 (diff)
downloadlinux-fsl-qoriq-e9017b55189355e9e6569990a18919e83f35bccb.tar.xz
IP: Send an ICMP "Fragment Reassembly Timeout" message when enabling connection track
No matter whether connection track is enabled, an end host should send an ICMPv4 "Fragment Reassembly Timeout" message when defrag timeout. The reasons are following two points: 1. RFC 792 says: >>>> >> > > If a host reassembling a fragmented datagram cannot complete the >>>> >> > > reassembly due to missing fragments within its time limit it >>>> >> > > discards the datagram, and it may send a time exceeded message. >>>> >> > > >>>> >> > > If fragment zero is not available then no time exceeded need be >>>> >> > > sent at all. >>>> >> > > >>>> >> > > Read more: http://www.faqs.org/rfcs/rfc792.html#ixzz0aOXRD7Wp 2. Patrick McHardy also agrees with this opinion. :-) About the discussion of this opinion, refer to http://patchwork.ozlabs.org/patch/41649 The patch fixed the problem like this: When enabling connection track, fragments are received at PRE_ROUTING HOOK. If they are failed to reassemble, ip_expire() will be called. Before sending an ICMP "Fragment Reassembly Timeout" message, the patch searches router table to get the destination entry only for host type. The patch has been tested on both host type and route type. Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions