From owner-freebsd-net@FreeBSD.ORG Sat Feb 19 15:09:40 2011 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 F3C68106566B for ; Sat, 19 Feb 2011 15:09:39 +0000 (UTC) (envelope-from nvass@gmx.com) Received: from mailout-eu.gmx.com (mailout-eu.gmx.com [213.165.64.42]) by mx1.freebsd.org (Postfix) with SMTP id 4CF468FC0C for ; Sat, 19 Feb 2011 15:09:39 +0000 (UTC) Received: (qmail invoked by alias); 19 Feb 2011 15:09:37 -0000 Received: from adsl-39.79.107.47.tellas.gr (EHLO [192.168.73.192]) [79.107.47.39] by mail.gmx.com (mp-eu001) with SMTP; 19 Feb 2011 16:09:37 +0100 X-Authenticated: #46156728 X-Provags-ID: V01U2FsdGVkX18o/8hBhIcoQ6T+6bO5nyQvTrdEa/FrcQlSTB/4mz PoswiaDKW8llmB Message-ID: <4D5FDCF1.6050909@gmx.com> Date: Sat, 19 Feb 2011 17:08:33 +0200 From: Nikos Vassiliadis User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: kevin References: <000c01cbcf94$35e76e20$a1b64a60$@com> <4D5FAC16.7080207@gmx.com> <00a201cbd03f$2bdc3540$83949fc0$@com> <4D5FD91F.20704@gmx.com> In-Reply-To: <4D5FD91F.20704@gmx.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-net@freebsd.org Subject: Re: Bridging + VLANS + RSTP / MSTP 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: Sat, 19 Feb 2011 15:09:40 -0000 On 2/19/2011 4:52 PM, Nikos Vassiliadis wrote: >> I believe if you don't specify 'stp' in the rc.conf ifconfig statement, >> freebsd by default sets the bridge as 'rstp' : > > Yes, that's correct. It helps sometimes when you read the actual message before trying to answer:) No, you have to specify stp there. The default STP mode is RSTP. If you don't specify stp, you'll get a dumb ethernet bridge. Nikos