From owner-freebsd-net@FreeBSD.ORG Fri Oct 14 18:10:15 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 577E6106568D for ; Fri, 14 Oct 2011 18:10:15 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id BF4458FC0C for ; Fri, 14 Oct 2011 18:10:14 +0000 (UTC) Received: (qmail 61761 invoked from network); 14 Oct 2011 16:24:24 -0000 Received: from localhost (HELO [127.0.0.1]) ([127.0.0.1]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 14 Oct 2011 16:24:24 -0000 Message-ID: <4E9874C5.8070309@freebsd.org> Date: Fri, 14 Oct 2011 19:43:33 +0200 From: Andre Oppermann User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Gleb Smirnoff References: <20110810160526.GO43567@FreeBSD.org> <20111013160216.GU94905@glebius.int.ru> In-Reply-To: <20111013160216.GU94905@glebius.int.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: net@FreeBSD.org Subject: Re: 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: Fri, 14 Oct 2011 18:10:15 -0000 On 13.10.2011 18:02, Gleb Smirnoff wrote: > Hello networkers, > > I've updated patch& README here: > > http://people.freebsd.org/~glebius/newcarp/ > > Going to commit it to head/ soon. Then I'd like to make > a run through carp-related PRs, update documentation, settle > things a bit... and then make more hacking to restore the > arpbalance feature, as well as bring in ipbalance feature. Excellent! Great work. Looks good. One minor nit: Carp is directly enabled by specifying the vhid. Would it be possible to introduce the keyword "carp" and "-carp" to actually enable/disable an interface for carp? -- Andre