From owner-freebsd-stable@FreeBSD.ORG Mon Jun 8 10:14:03 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C63E84FD for ; Mon, 8 Jun 2015 10:14:03 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from constantine.ingresso.co.uk (constantine.ingresso.co.uk [IPv6:2a02:b90:3002:e550::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F9091DCC for ; Mon, 8 Jun 2015 10:14:03 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from dilbert.london-internal.ingresso.co.uk ([10.64.50.6] helo=dilbert.ingresso.co.uk) by constantine.ingresso.co.uk with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.84 (FreeBSD)) (envelope-from ) id 1Z1u47-000394-6z; Mon, 08 Jun 2015 10:13:59 +0000 Received: from petefrench by dilbert.ingresso.co.uk with local (Exim 4.85 (FreeBSD)) (envelope-from ) id 1Z1u47-000Js8-4p; Mon, 08 Jun 2015 11:13:59 +0100 To: petefrench@ingresso.co.uk, rainer@ultra-secure.de Subject: Re: CARp comatibility between 9 and 10 Cc: freebsd-stable@freebsd.org In-Reply-To: Message-Id: From: Pete French Date: Mon, 08 Jun 2015 11:13:59 +0100 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2015 10:14:03 -0000 > I did this a while ago - and it actually worked. > (CARP between 9 and 10). > > I think I have each IP assigned its own VHID, though. Thanks for this, someone else has confimred that 10 orks with multiple IP's per VHID, so I am good to go. Do I still need to compile a separate kernel with pfsync and carp in it, or can these now be loaded as modules ? I cant remember when I started doing that, but I suspect it may no longer be necessary. -pete.