From owner-cvs-all@FreeBSD.ORG Sat Oct 7 10:19:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB75C16A40F; Sat, 7 Oct 2006 10:19:59 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86EC843D45; Sat, 7 Oct 2006 10:19:59 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k97AJxop055347; Sat, 7 Oct 2006 10:19:59 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k97AJx47055346; Sat, 7 Oct 2006 10:19:59 GMT (envelope-from bz) Message-Id: <200610071019.k97AJx47055346@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sat, 7 Oct 2006 10:19:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_carp.c ip_fw2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 10:19:59 -0000 bz 2006-10-07 10:19:59 UTC FreeBSD src repository Modified files: sys/netinet ip_carp.c ip_fw2.c Log: Set scope on MC address so IPv6 carp advertisement will not get dropped in ip6_output. In case this fails handle the error directly and log it[1]. In addition permit CARP over v6 in ip_fw2. PR: kern/98622 Similar patch by: suz Discussed with: glebius [1] Tested by: Paul.Dekkers surfnet.nl, Philippe.Pegon crc.u-strasbg.fr MFC after: 3 days Revision Changes Path 1.44 +7 -2 src/sys/netinet/ip_carp.c 1.148 +11 -0 src/sys/netinet/ip_fw2.c