From owner-freebsd-arch@FreeBSD.ORG Mon Jan 29 21:45:54 2007 Return-Path: X-Original-To: freebsd-arch@freebsd.org Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3996A16A40A for ; Mon, 29 Jan 2007 21:45:54 +0000 (UTC) (envelope-from corsmith@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.232]) by mx1.freebsd.org (Postfix) with ESMTP id DAFA213C4C4 for ; Mon, 29 Jan 2007 21:45:53 +0000 (UTC) (envelope-from corsmith@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so1751650wxc for ; Mon, 29 Jan 2007 13:45:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=AVlzSFqh3OJ+CXERWyXnTeH34SodssBBu1thbB42HQDSSjHZ7Tz13gnCI7/WoypJ96nvI1OJozsovfK1psypPkHETCrKoRAc9mWTqrqPrBeKO23asF3EbLe6DlWZT5nUc4wm/JPWshXgBplgPc0kMsk8Kqh069KV2HDEg108dfs= Received: by 10.70.73.12 with SMTP id v12mr13741047wxa.1170105684936; Mon, 29 Jan 2007 13:21:24 -0800 (PST) Received: by 10.70.8.3 with HTTP; Mon, 29 Jan 2007 13:21:24 -0800 (PST) Message-ID: <8061fbee0701291321v5d127f47nb411093140d4c816@mail.gmail.com> Date: Mon, 29 Jan 2007 16:21:24 -0500 From: "Corey Smith" To: freebsd-arch@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: carp support into GENERIC X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jan 2007 21:45:54 -0000 Please CC: me as I'm not on list. Please consider adding "device carp" to the GENERIC kernel. We have many servers using carp and it increases the complexity of installs and (freebsd-update) upgrades when you have to build a custom kernel only for this functionality. The kernel size increase is small and the benefits are (IMHO) worthwhile. device carp is not in the GENERIC kernel and (AFAIK) it is very difficult to make a module to add this support via kld. carp is also enabled by default in OpenBSD. -Corey Smith