kern/117913: rtfree() is being called where RTFREE_LOCKED() should be used.

Per olof Ljungmark peo at intersonic.se
Thu Nov 8 05:00:10 PST 2007


The following reply was made to PR kern/117913; it has been noted by GNATS.

From: Per olof Ljungmark <peo at intersonic.se>
To: bug-followup at FreeBSD.org,  stefan.lambrev at 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.
 


More information about the freebsd-bugs mailing list