From owner-cvs-src@FreeBSD.ORG Thu Nov 2 08:44:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8456716A403; Thu, 2 Nov 2006 08:44:20 +0000 (UTC) (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 4146B43D53; Thu, 2 Nov 2006 08:44:20 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA28iKbw096225; Thu, 2 Nov 2006 08:44:20 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA28iKM8096224; Thu, 2 Nov 2006 08:44:20 GMT (envelope-from thompsa) Message-Id: <200611020844.kA28iKM8096224@repoman.freebsd.org> From: Andrew Thompson Date: Thu, 2 Nov 2006 08:44:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net bridgestp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 08:44:20 -0000 thompsa 2006-11-02 08:44:19 UTC FreeBSD src repository Modified files: sys/net bridgestp.c Log: Do not test all the conditions if the port is already forwarding. Also print a debug message if the port is agreed as it is an important condition of the protocol. Revision Changes Path 1.24 +7 -3 src/sys/net/bridgestp.c