Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2007 13:00:09 GMT
From:      Per olof Ljungmark <peo@intersonic.se>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/117913: rtfree() is being called where RTFREE_LOCKED() should be used.
Message-ID:  <200711081300.lA8D09Nx017181@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/117913; it has been noted by GNATS.

From: Per olof Ljungmark <peo@intersonic.se>
To: bug-followup@FreeBSD.org,  stefan.lambrev@moneybookers.com
Cc:  
Subject: Re: kern/117913: rtfree() is being called where RTFREE_LOCKED() should
 be used.
Date: Thu, 08 Nov 2007 13:40:27 +0100

 The problem is not limited to CARP I think, we see exactly this 
 behaviour after an ICMP redirect but not using carp on fw.
 
 A packet that *could* trigger the issue looks like this example from a 
 remote rsync session:
 
 13:28:58.616390 IP (tos 0x0, ttl 255, id 33766, offset 0, flags [none], 
 proto: ICMP (1), length: 56) 192.168.1.254 > 192.168.1.8: ICMP redirect 
 172.16.2.17 to host 192.168.1.254, length 36
          IP (tos 0x8, ttl  64, id 18099, offset 0, flags [none], proto: 
 TCP (6), length: 52) 192.168.1.8.49865 > 172.16.2.17.22: [|tcp]
 
 I have not been able to sort out exactly which single packet that 
 triggers the rtfree message yet, in case it would differ from the above. 
 What is established in agreement with the OP is the type, ICMP Redirect.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711081300.lA8D09Nx017181>