Subject: CVS commit: syssrc/sys/net
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/18/2001 00:37:29
Module Name: syssrc
Committed By: thorpej
Date: Fri Aug 17 21:37:29 UTC 2001
Added Files:
syssrc/sys/net: bridgestp.c if_bridge.c if_bridgevar.h
Log Message:
Add support for building Ethernet bridges, based on Jason Wright's
bridge driver from OpenBSD, although the bridge code has been *heavily*
modified by me (the 802.1D code remains mostly unchanged from the
original).
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 syssrc/sys/net/bridgestp.c syssrc/sys/net/if_bridge.c \
syssrc/sys/net/if_bridgevar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.