cvs commit: src/sys/net if_bridge.c if_bridgevar.h if_ethersubr.c
src/sys/netinet ip_dummynet.c ip_dummynet.h src/share/man/man4
dummynet.4 if_bridge.4
Andrew Thompson
thompsa at FreeBSD.org
Fri Jun 10 01:25:23 GMT 2005
thompsa 2005-06-10 01:25:23 UTC
FreeBSD src repository
Modified files:
sys/net if_bridge.c if_bridgevar.h if_ethersubr.c
sys/netinet ip_dummynet.c ip_dummynet.h
share/man/man4 dummynet.4 if_bridge.4
Log:
Add dummynet(4) support to if_bridge, this code is largely based on bridge.c.
This is the final piece to match bridge.c in functionality, we can now be a
drop-in replacement.
Approved by: mlaier (mentor)
Revision Changes Path
1.21 +1 -0 src/share/man/man4/dummynet.4
1.3 +3 -0 src/share/man/man4/if_bridge.4
1.4 +80 -18 src/sys/net/if_bridge.c
1.2 +1 -0 src/sys/net/if_bridgevar.h
1.192 +2 -1 src/sys/net/if_ethersubr.c
1.93 +10 -0 src/sys/netinet/ip_dummynet.c
1.36 +1 -0 src/sys/netinet/ip_dummynet.h
More information about the cvs-src
mailing list