From owner-cvs-src-old@FreeBSD.ORG Mon Mar 22 22:07:35 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88A261065675 for ; Mon, 22 Mar 2010 22:07:35 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 77DC58FC1D for ; Mon, 22 Mar 2010 22:07:35 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o2MM7Z87096372 for ; Mon, 22 Mar 2010 22:07:35 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o2MM7Zof096371 for cvs-src-old@freebsd.org; Mon, 22 Mar 2010 22:07:35 GMT (envelope-from hrs@repoman.freebsd.org) Message-Id: <201003222207.o2MM7Zof096371@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to hrs@repoman.freebsd.org using -f From: Hiroki Sato Date: Mon, 22 Mar 2010 22:07:19 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/net if_bridge.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2010 22:07:35 -0000 hrs 2010-03-22 22:07:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/net if_bridge.c Log: SVN rev 205485 on 2010-03-22 22:07:19Z by hrs MFC r203272: - Fix a bug when adding an interface with an invalid MTU sets the bridge's MTU if it is the firstly-added one while the addition itself fails. - Allow SIOCSIFMTU only when all members have the same MTU. - Remove IFT_GIF check when defining the brige MTU by the firstly-added interface's one. The MTU of the gif interface has to be the same as the bridge's one. Revision Changes Path 1.131.2.4 +34 -14 src/sys/net/if_bridge.c