From owner-cvs-all@FreeBSD.ORG  Sat Oct  8 21:19:16 2005
Return-Path: <owner-cvs-all@FreeBSD.ORG>
X-Original-To: cvs-all@FreeBSD.org
Delivered-To: cvs-all@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6BBCD16A41F;
	Sat,  8 Oct 2005 21:19:16 +0000 (GMT)
	(envelope-from thompsa@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2A04343D46;
	Sat,  8 Oct 2005 21:19:16 +0000 (GMT)
	(envelope-from thompsa@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j98LJGus007446;
	Sat, 8 Oct 2005 21:19:16 GMT
	(envelope-from thompsa@repoman.freebsd.org)
Received: (from thompsa@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j98LJGQN007445;
	Sat, 8 Oct 2005 21:19:16 GMT (envelope-from thompsa)
Message-Id: <200510082119.j98LJGQN007445@repoman.freebsd.org>
From: Andrew Thompson <thompsa@FreeBSD.org>
Date: Sat, 8 Oct 2005 21:19:16 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/sbin/ifconfig ifbridge.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>,
	<mailto:cvs-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-all>
List-Post: <mailto:cvs-all@freebsd.org>
List-Help: <mailto:cvs-all-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>,
	<mailto:cvs-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 08 Oct 2005 21:19:16 -0000

thompsa     2005-10-08 21:19:16 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sbin/ifconfig        ifbridge.c 
  Log:
  MFC r1.2
  
   Display the status of the spanning tree for each port.
  
          member: xl0 flags=7<LEARNING,DISCOVER,STP>
          member: gem0 flags=7<LEARNING,DISCOVER,STP>
   to:
          member: xl0 flags=7<LEARNING,DISCOVER,STP>
                  port 3 priority 128 path cost 55 forwarding
          member: gem0 flags=7<LEARNING,DISCOVER,STP>
                  port 1 priority 128 path cost 55 learning
  
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.1.2.1   +16 -8     src/sbin/ifconfig/ifbridge.c