From owner-cvs-src-old@FreeBSD.ORG Mon Sep 6 21:06:19 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79E3110656C4 for ; Mon, 6 Sep 2010 21:06:19 +0000 (UTC) (envelope-from will@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4E6C18FC1E for ; Mon, 6 Sep 2010 21:06:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o86L6JUf048105 for ; Mon, 6 Sep 2010 21:06:19 GMT (envelope-from will@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o86L6JSl048104 for cvs-src-old@freebsd.org; Mon, 6 Sep 2010 21:06:19 GMT (envelope-from will@repoman.freebsd.org) Message-Id: <201009062106.o86L6JSl048104@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to will@repoman.freebsd.org using -f From: Will Andrews Date: Mon, 6 Sep 2010 21:06:06 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_carp.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2010 21:06:19 -0000 will 2010-09-06 21:06:06 UTC FreeBSD src repository Modified files: sys/netinet ip_carp.c Log: SVN rev 212266 on 2010-09-06 21:06:06Z by will Fix CARP in backup mode by properly registering its hooks for INET and INET6 using ipproto_{un,}register() and the newly created ip6proto_{un,}register() so that it can again receive IPPROTO_CARP packets allowing its state machine to work. Reviewed by: bz Approved by: ken (mentor) Revision Changes Path 1.81 +15 -0 src/sys/netinet/ip_carp.c