From owner-freebsd-pf@FreeBSD.ORG Mon Dec 18 05:49:16 2006 Return-Path: X-Original-To: freebsd-pf@freebsd.org Delivered-To: freebsd-pf@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CC1D516A417 for ; Mon, 18 Dec 2006 05:49:16 +0000 (UTC) (envelope-from clists@gotbrains.org) Received: from www.gotbrains.org (www2.gotbrains.org [206.180.149.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id D918843CB4 for ; Mon, 18 Dec 2006 05:49:12 +0000 (GMT) (envelope-from clists@gotbrains.org) Received: from pwn.gotbrains.org (pwn.gotbrains.org [206.180.139.71]) by www.gotbrains.org (Postfix) with ESMTP id 9EF6E7E9AA for ; Mon, 18 Dec 2006 05:23:01 +0000 (UTC) Date: Mon, 18 Dec 2006 05:23:00 +0000 From: "Stephen P. Cravey" To: freebsd-pf@freebsd.org Message-Id: <20061218052300.eee1b95b.clists@gotbrains.org> X-Mailer: Sylpheed version 2.2.10 (GTK+ 2.10.6; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: carpdev support X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 05:49:16 -0000 I'm trying to replace several ciscos with a pair of freebsd routers running carp. The problem I'm having is that I need to be able to tie carp to a specific vlan interface. My search for carpdev led to 3 messages that didn't seem to have replies. Who, if anyone, is actively supporting carp for FreeBSD? What can I do to help get this functionality into FreeBSD 6.x? The last person to touch the ifconfig carp code was glebius almost 2 years ago for what appears to be the original MFC for carp. This tells me that no work is being done in -CURRENT to support it. There are obvious structural differences in the OpenBSD source tree that I do not understand, or I would start work on it myself. The FreeBSD side looks fairly simple. Thank you. -Stephen