Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jul 2005 20:40:19 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net if_bridge.c src/share/man/man4 if_bridge.4
Message-ID:  <200507132040.j6DKeJfm094518@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thompsa     2005-07-13 20:40:19 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if_bridge.c 
    share/man/man4       if_bridge.4 
  Log:
  Previously the bridge MTU was set to ETHERMTU and could not be changed. Since
  we can only bridge interfaces with the same value it meant that all members had
  to be set at ETHERMTU as well.
  
  Allow the first member to be added to define the MTU for the bridge, the check
  still applies to all additional members.
  
  Print an informative message if the MTU is incorrect [1]
  
  Requested by:   Niki Denev [1]
  Approved by:    mlaier (mentor)
  MFC after:      3 days
  
  Revision  Changes    Path
  1.6       +3 -0      src/share/man/man4/if_bridge.4
  1.12      +6 -1      src/sys/net/if_bridge.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507132040.j6DKeJfm094518>