From owner-freebsd-current@FreeBSD.ORG Sun Aug 26 19:09:42 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C96C16A418 for ; Sun, 26 Aug 2007 19:09:42 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id 465EE13C45B for ; Sun, 26 Aug 2007 19:09:42 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 82A3B261E0; Sun, 26 Aug 2007 15:09:41 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Sun, 26 Aug 2007 15:09:41 -0400 X-Sasl-enc: V4qxpam9TC5kjnSKbpFw+ItT5SuwH2L30SHuB2c6M0fK 1188155381 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id 1E7FD1212; Sun, 26 Aug 2007 15:09:41 -0400 (EDT) Message-ID: <46D1CFF3.9060209@FreeBSD.org> Date: Sun, 26 Aug 2007 20:09:39 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.4 (X11/20070630) MIME-Version: 1.0 To: Joerg Wallerich References: <20070826110841.GA31243@falcon.net.t-labs.tu-berlin.de> In-Reply-To: <20070826110841.GA31243@falcon.net.t-labs.tu-berlin.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: Network problems with sendto() syscall X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Aug 2007 19:09:42 -0000 I strongly suspect this is related to an introduced bug in the RTM_CHANGE path. Please run 'route -nv monitor' in its own shell and monitor its output while you run bootpd. If the problem happens after RTM_CHANGE then it is probably the bug that cognet found, it has a very simple fix which just needs to be committed ie above line 531 in rtsock.c: if ((rt->rt_flags & RTF_LLINFO) == 0) regards, BMS