From owner-freebsd-net@FreeBSD.ORG Fri Dec 14 05:29:52 2007 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 154F116A420 for ; Fri, 14 Dec 2007 05:29:52 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.185]) by mx1.freebsd.org (Postfix) with ESMTP id EA66213C457 for ; Fri, 14 Dec 2007 05:29:51 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so868628rvb.43 for ; Thu, 13 Dec 2007 21:29:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=q/wS8V1vSrA89d8yXCP2qQj3lQF8WShXR5dWYTbQhYw=; b=FPB2wSc5ZXb3TT3Q5ExB/vpACQRDcvsSvZLL3A/qg1OKoO0lN77AGw+TKtF5UV8nUgjXrSp3apHeoWrLEssxgjBFEnRMqVnRnAu7oWKrj5uCHIm2Ol2quuyEVKmnLg5GY04pAuuf9sqcfMT4VD77lZ/dRehf6xOsnI+fpSAFDK0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=A0MLfBh7Vhe3wzcE3h/BaE02IWaD+Mwz4njt/qp81/DTm5XpER3hMJUmXB+fks7qraN9SrSeipU4eWfAwJJTsZMM9TuYV6dtWTjrPOUn9B3jo7QCELSDqunNMZMQLSwAfiHHJwu4EqZZXb2WvLTeTZwdXXtfm8VmuBYw3akrSEU= Received: by 10.140.133.16 with SMTP id g16mr1620407rvd.231.1197610191493; Thu, 13 Dec 2007 21:29:51 -0800 (PST) Received: by 10.141.170.18 with HTTP; Thu, 13 Dec 2007 21:29:51 -0800 (PST) Message-ID: <2e77fc10712132129o810a608v4ec6a742f9860a63@mail.gmail.com> Date: Fri, 14 Dec 2007 00:29:51 -0500 From: "Niki Denev" Sender: ndenev@gmail.com To: freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 1475fe9157ecf382 Subject: is carp on if_bridge possible? 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 Dec 2007 05:29:52 -0000 Hello, Is this possible? I've tried adding IFT_BRIDGE next to IFT_ETHER and IFT_L2VLAN in ip_carp.c but this probably is not enough. Any ideas? Thanks, Niki