cvs commit: src/share/man/man4 lagg.4 src/sys/net if_lagg.c
if_lagg.h
Andrew Thompson
thompsa at FreeBSD.org
Mon Jul 30 20:17:23 UTC 2007
thompsa 2007-07-30 20:17:22 UTC
FreeBSD src repository
Modified files:
share/man/man4 lagg.4
sys/net if_lagg.c if_lagg.h
Log:
- Propagate the largest set of interface capabilities supported by all lagg
ports to the lagg interface.
- Use the MTU from the first interface as the lagg MTU, all extra interfaces
must be the same.
This fixes using a lagg interface for a vlan or enabling jumbo frames, etc.
Approved by: re (kensmith)
MFC After: 3 days
Revision Changes Path
1.4 +3 -0 src/share/man/man4/lagg.4
1.18 +57 -15 src/sys/net/if_lagg.c
1.10 +0 -1 src/sys/net/if_lagg.h
More information about the cvs-src
mailing list