Date: Mon, 22 Mar 2010 22:07:19 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net if_bridge.c Message-ID: <201003222207.o2MM7Zof096371@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003222207.o2MM7Zof096371>