cvs commit: src/sys/net if_bridge.c if_bridgevar.h
src/share/man/man4 if_bridge.4
Andrew Thompson
thompsa at FreeBSD.org
Fri Jan 13 19:51:32 PST 2006
thompsa 2006-01-14 03:51:31 UTC
FreeBSD src repository
Modified files:
sys/net if_bridge.c if_bridgevar.h
share/man/man4 if_bridge.4
Log:
Add code that clears certain capabilities from the member interface, these are
restored when its removed from the bridge.
At the moment we only clear IFCAP_TXCSUM. Since a locally generated packet on
the bridge may be sent out any one or more interfaces it cant be assumed that
every card does hardware csums. Most bridges don't generate a lot of traffic
themselves so turning off offloading won't hurt, bridged packets are
unaffected.
Tested by: Bruce Walker (bmw borderware.com)
MFC after: 5 days
Revision Changes Path
1.11 +3 -0 src/share/man/man4/if_bridge.4
1.50 +50 -10 src/sys/net/if_bridge.c
1.10 +1 -0 src/sys/net/if_bridgevar.h
More information about the cvs-all
mailing list