From owner-freebsd-net@FreeBSD.ORG Thu Dec 9 02:06:30 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 063E916A4CE; Thu, 9 Dec 2004 02:06:30 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ECEB43D5D; Thu, 9 Dec 2004 02:06:29 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 05DC865428; Thu, 9 Dec 2004 02:06:24 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19552-03-2; Thu, 9 Dec 2004 02:06:23 +0000 (GMT) Received: from empiric.dek.spc.org (dhcp120.icir.org [192.150.187.120]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id C26D5651EB; Thu, 9 Dec 2004 02:06:16 +0000 (GMT) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 6ADE56710; Wed, 8 Dec 2004 18:05:25 -0800 (PST) Date: Wed, 8 Dec 2004 18:05:25 -0800 From: Bruce M Simpson To: "Scott M. Ferris" Message-ID: <20041209020525.GA691@empiric.icir.org> References: <20041207153117.536b9399@daemon.cmotd.com> <20041207214554.GK79919@obiwan.tataz.chchile.org> <20041208115849.06de4961@daemon.cmotd.com> <1eea89cd04120811026b06b288@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1eea89cd04120811026b06b288@mail.gmail.com> cc: hackers@freebsd.org cc: Jeremie Le Hen cc: net@freebsd.org Subject: Re: UCARP support for FreeBSD X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 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, 09 Dec 2004 02:06:30 -0000 On Wed, Dec 08, 2004 at 01:02:09PM -0600, Scott M. Ferris wrote: > ucarp will compile and run, but will silently fail to send heartbeats > due to the way libpcap > opens bpf on FreeBSD. You can find a patch to libpcap in PR 72814. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=72814 This is something else which needs a pcap/tcpdump update. Currently there is no way to specify this behaviour at runtime. Hopefully this should be resolved at the next import. BMS