From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 27 17:50:30 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2ACB16A54D for ; Thu, 27 Jul 2006 17:50:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46BA143DA0 for ; Thu, 27 Jul 2006 17:50:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6RHoPxU060235 for ; Thu, 27 Jul 2006 17:50:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6RHoPIE060234; Thu, 27 Jul 2006 17:50:25 GMT (envelope-from gnats) Date: Thu, 27 Jul 2006 17:50:25 GMT Message-Id: <200607271750.k6RHoPIE060234@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gavin Atkinson Cc: Subject: Re: kern/98622: [carp] carp with IPv6 broken on 6.1 (regression) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gavin Atkinson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2006 17:50:31 -0000 The following reply was made to PR kern/98622; it has been noted by GNATS. From: Gavin Atkinson To: Hajimu UMEMOTO Cc: bug-followup@FreeBSD.org, Philippe.Pegon@crc.u-strasbg.fr Subject: Re: kern/98622: [carp] carp with IPv6 broken on 6.1 (regression) Date: Thu, 27 Jul 2006 18:46:06 +0100 (BST) On Fri, 28 Jul 2006, Hajimu UMEMOTO wrote: > ipcarp.c:1.27.2.3 changed to just use the scope API rather than hard > coded scope things, and itself seems correct. However, it might > change some semantics. > I don't have an environment for testing CARP. Please backout 1.27.2.3 > by applying the following patch, and let me the result. [patch deleted] Backing just that part of the larger commit out (and changing it so it compiled - in6_joingroup only takes three arguments) made no difference to the problems seen. I'm happy to test any other patches or add printf's to any bits of code you would like me to try, but please be aware that I will only be online occassionally over the next three days. Gavin