From owner-freebsd-stable@FreeBSD.ORG Wed Oct 31 20:16:00 2007 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 700E316A417 for ; Wed, 31 Oct 2007 20:16:00 +0000 (UTC) (envelope-from brett@lariat.net) Received: from lariat.net (lariat.net [66.119.58.2]) by mx1.freebsd.org (Postfix) with ESMTP id E403E13C48A for ; Wed, 31 Oct 2007 20:15:59 +0000 (UTC) (envelope-from brett@lariat.net) Received: from anne-o1dpaayth1.lariat.org (IDENT:ppp1000.lariat.net@lariat.net [66.119.58.2]) by lariat.net (8.9.3/8.9.3) with ESMTP id OAA14886; Wed, 31 Oct 2007 14:14:51 -0600 (MDT) Message-Id: <200710312014.OAA14886@lariat.net> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Wed, 31 Oct 2007 14:14:47 -0600 To: Andrew Thompson From: Brett Glass In-Reply-To: <20071031194334.GA7297@heff.fud.org.nz> References: <200710282222.QAA01991@lariat.net> <200710301036.50789.nvass@teledomenet.gr> <200710310148.TAA25585@lariat.net> <20071031194334.GA7297@heff.fud.org.nz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: freebsd-stable@FreeBSD.org, Nikos Vassiliadis Subject: Re: MFC requests for 6.3 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, 31 Oct 2007 20:16:00 -0000 At 01:43 PM 10/31/2007, Andrew Thompson wrote: >> I'd also be interested in seeing the latest version of >> bridge(4) brought in. > >Its fully up to date in RELENG_6 except for the vlan trunking support >which I dont plan to merge. Was there something in particular or was it >just the vlan code? Actually, it's the "private" option I'm interested in. I want to create a server in which nodes on two Ethernet ports are on the same IP subnet but are isolated.... That is, I do not want them to be able to exchange information with one another through the server, but I want them all to be able to communicate with the server. --Brett Glass