From owner-freebsd-net@FreeBSD.ORG Thu Dec 3 10:49:27 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A4BC1065679 for ; Thu, 3 Dec 2009 10:49:27 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id DF4848FC0C for ; Thu, 3 Dec 2009 10:49:26 +0000 (UTC) Received: from compute1.internal (compute1.internal [10.202.2.41]) by gateway1.messagingengine.com (Postfix) with ESMTP id 9FE9CC5C3D; Thu, 3 Dec 2009 05:49:25 -0500 (EST) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 03 Dec 2009 05:49:25 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=message-id:date:from:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; s=smtpout; bh=SRQtnTLVs5O6c2qo5pryM5OTEME=; b=bte4fdtdiVJ44esKgQ2SwX3BvoGV+fpydlufhOZhUN+s1sFXPrE7wWW5X1t9RPvKwobGYj+MIkvdtHJB9pgr7Tq2d4bUVTCfi2UWGTcV5xqarWIp9zk38hePPq0sV4qeOoLitGcyzGFx0evCrmiKH7w3DoiLVEFuGjKyc5IUQvY= X-Sasl-enc: CrDeTTWLYa2S4eD2HJ+FYe6K0tiV9Qc62ewg5f+t3e7q 1259837365 Received: from anglepoise.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 26EAF2B386; Thu, 3 Dec 2009 05:49:25 -0500 (EST) Message-ID: <4B1797A9.3060101@incunabulum.net> Date: Thu, 03 Dec 2009 10:49:13 +0000 From: Bruce Simpson User-Agent: Thunderbird 2.0.0.23 (X11/20091128) MIME-Version: 1.0 To: Harti Brandt References: <20091202184310.J78398@beagle.kn.op.dlr.de> In-Reply-To: <20091202184310.J78398@beagle.kn.op.dlr.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: generating routing message on LL address change X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Dec 2009 10:49:27 -0000 Harti Brandt wrote: > Hi all, > > I would like to commit the following patch. It generates an RTM_IFINFO > message when the link-layer address of an interface is changed. This > should be no problem for routing daemons, because the same messages > are also generated when other interface state changes. Are there any > reasons not to do this? None from my end, looks OK. cheers, BMS