]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add preliminary support for IEEE 802.1Q VLAN tagging. It doesn't actually
authorwollman <wollman@FreeBSD.org>
Wed, 18 Mar 1998 01:40:12 +0000 (01:40 +0000)
committerwollman <wollman@FreeBSD.org>
Wed, 18 Mar 1998 01:40:12 +0000 (01:40 +0000)
commitec566039aba5786e01795e673cf02a62dfe37bc4
treeac69347b5853f93e018185990709087dbac39760
parent9470d0a235b97a3890cfa09377b8604cbb96fe07
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.
sys/conf/files
sys/net/ethernet.h
sys/net/if_ethersubr.c
sys/net/if_vlan.c [new file with mode: 0644]
sys/net/if_vlan_var.h [new file with mode: 0644]