Date: Tue, 17 Mar 1998 17:40:13 -0800 (PST) From: Garrett Wollman <wollman@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/conf files src/sys/net if_vlan.c if_vlan_var.h ethernet.h if_ethersubr.c Message-ID: <199803180140.RAA26891@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wollman 1998/03/17 17:40:13 PST
Modified files:
sys/conf files
sys/net ethernet.h if_ethersubr.c
Added files:
sys/net if_vlan.c if_vlan_var.h
Log:
Add preliminary support for IEEE 802.1Q VLAN tagging. It doesn't actually
work reliably yet (I've had panics), but it does seem to occasionally
be able to transmit and receive syntactically-correct packets.
Also fixes one of if_ethersubr.c's legion style bugs, and removes
the hostcache code from standard kernels---the code that depends on it
is not going to happen any time soon, I'm afraid.
Revision Changes Path
1.129 +3 -2 src/sys/conf/files
1.9 +2 -1 src/sys/net/ethernet.h
1.46 +24 -9 src/sys/net/if_ethersubr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803180140.RAA26891>
