From owner-freebsd-net@FreeBSD.ORG Wed Sep 3 12:36:03 2008 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 5C5651065670 for ; Wed, 3 Sep 2008 12:36:03 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.freebsd.org (Postfix) with ESMTP id 2D1AC8FC19 for ; Wed, 3 Sep 2008 12:36:02 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 88ED115BD25; Wed, 3 Sep 2008 08:36:02 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Wed, 03 Sep 2008 08:36:02 -0400 X-Sasl-enc: v0jBxUa66VuBF7oUpbk7rSVm/8PB0CTYCNk/5GlGL+2Y 1220445362 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 ESMTPSA id CCBB635F8D; Wed, 3 Sep 2008 08:36:01 -0400 (EDT) Message-ID: <48BE84B0.3080603@FreeBSD.org> Date: Wed, 03 Sep 2008 13:36:00 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: Joe Greco References: <200809021542.m82Fg9GK087484@aurora.sol.net> <48BD71DD.10707@FreeBSD.org> In-Reply-To: <48BD71DD.10707@FreeBSD.org> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org, eugen@kuzbass.ru, jlin2918@yahoo.com Subject: Re: Quagga OSPF binds to wrong interface on FreeBSD 7 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: Wed, 03 Sep 2008 12:36:03 -0000 Bruce M. Simpson wrote: > > I understand that this situation has dragged on for some 18 months > since changes went into 7.x. I'm sorry to hear about the problems > you're having. I can't speak for Quagga as I haven't worked on it in > many years, nor can I speak for the Quagga patch. > I looked at the sockopt.c.diff patch briefly last night on my free time. It is a quick and dirty bandaid by the looks of it which just munges the socket options. It may "work for you", I haven't tested it as I don't run Quagga. BTW: The RFC 1724 hack was never actually documented, so code which relies on it is buggy and needs to be fixed. I published a patch for routed here nearly 18 months ago, which is probably where Quagga picked up the hack from.