From owner-freebsd-stable@FreeBSD.ORG Tue Feb 14 17:33:24 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80ED3106564A for ; Tue, 14 Feb 2012 17:33:24 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3FF658FC0C for ; Tue, 14 Feb 2012 17:33:23 +0000 (UTC) Received: by vbbfa15 with SMTP id fa15so224307vbb.13 for ; Tue, 14 Feb 2012 09:33:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=r82MJmcWqsBu5upX5yRJ29yOxxjpZcdhVtxB40HeFXQ=; b=S5eFfm0xVaUMCxhXjh+e0eJ5fmT1okUZdKH0MCp503gFfMb4suJf0XbOdltw8aCQ0N bvLlsAx2Az9rDc/L2ZCYhDdaYWA9/Yd76hC4ewZSvbhJzPj7B+WXqTLUDwuMqduTsewe UBlPyVQLdwK+tzBRoWP7Vm9bXGT8D2bQuxaK8= MIME-Version: 1.0 Received: by 10.52.27.70 with SMTP id r6mr9579179vdg.41.1329240803480; Tue, 14 Feb 2012 09:33:23 -0800 (PST) Received: by 10.220.192.135 with HTTP; Tue, 14 Feb 2012 09:33:23 -0800 (PST) In-Reply-To: <4F3A9237.5080901@barafranca.com> References: <4F3A9237.5080901@barafranca.com> Date: Tue, 14 Feb 2012 09:33:23 -0800 Message-ID: From: Freddie Cash To: Hugo Silva Content-Type: text/plain; charset=UTF-8 Cc: freebsd-stable@freebsd.org Subject: Re: CARP carpdev X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 17:33:24 -0000 On Tue, Feb 14, 2012 at 8:56 AM, Hugo Silva wrote: > Looks like there's been conversations about porting this to FreeBSD since at > least 2007. > > Are there any plans to have ifconfig carpdev available in 9.0-STABLE? CARP support has been redone in 10-CURRENT, removing the whole "carp0" pseudo-interface support, and just enabling the CARP protocol on the existing network interfaces. This includes the equivalent of "carpdev" support. Search the -current archives for more information, CFT, and so on. I don't recall seeing anything about specific plans to MFC to stable/9, but could be mis-remembering things. -- Freddie Cash fjwcash@gmail.com