From owner-freebsd-stable@FreeBSD.ORG Wed Aug 24 01:52:38 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE98516A41F for ; Wed, 24 Aug 2005 01:52:37 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: from heff.fud.org.nz (60-234-149-201.bitstream.orcon.net.nz [60.234.149.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6639B43D46 for ; Wed, 24 Aug 2005 01:52:36 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id 129AB1CCD4; Wed, 24 Aug 2005 13:52:35 +1200 (NZST) Date: Wed, 24 Aug 2005 13:52:35 +1200 From: Andrew Thompson To: freebsd-stable@freebsd.org Message-ID: <20050824015235.GB29113@heff.fud.org.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: if_bridge for 5-STABLE ready for testing 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: Wed, 24 Aug 2005 01:52:38 -0000 Hi, You can find the patch here http://people.freebsd.org/~thompsa/if_bridge-5stable.diff 1) Apply the patch # cd /usr; patch -p0 < if_bridge-5stable.diff 2) Add 'device if_bridge' to your kernel config (or use the module) 3) Do the "buildworld, buildkernel, installkernel, installworld"-dance Feel free to test and report any problems. configuration is the same as in current, see if_bridge(4) for details. cheers, Andrew