From owner-freebsd-net@FreeBSD.ORG Wed Aug 10 16:05:28 2011 Return-Path: Delivered-To: net@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F09511065673 for ; Wed, 10 Aug 2011 16:05:28 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.64.117]) by mx1.freebsd.org (Postfix) with ESMTP id 752C58FC14 for ; Wed, 10 Aug 2011 16:05:28 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.4/8.14.4) with ESMTP id p7AG5RQp006675 for ; Wed, 10 Aug 2011 20:05:27 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.4/8.14.4/Submit) id p7AG5QXa006674 for net@FreeBSD.org; Wed, 10 Aug 2011 20:05:26 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Wed, 10 Aug 2011 20:05:26 +0400 From: Gleb Smirnoff To: net@FreeBSD.org Message-ID: <20110810160526.GO43567@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: new CARP implementation X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Aug 2011 16:05:29 -0000 Hello networkers, I'd like to present for review and early testing (for brave ones) a new CARP implementation. The reason for this rewrite was that CARP protocol actually doesn't bring a new interface, but is a property of interface address. Rewriting it in this way helps to remove several hacks from incoming packet processing[1], simplifies some code, makes CARP addresses more sane from viewpoint of routing daemons such as quagga/zebra. It also brings support for a single redundant address on the subnet, the thing that is called "carpdev feature" in OpenBSD, long awaited in FreeBSD. More info and the patch itself is available here: http://people.freebsd.org/~glebius/newcarp/README I'm glad to here comments. -- Totus tuus, Glebius.