cvs commit: src/sys/net if_bridge.c src/share/man/man4 if_bridge.4
Andrew Thompson
thompsa at FreeBSD.org
Wed Jul 13 20:40:19 GMT 2005
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
More information about the cvs-src
mailing list