Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/07/2001 21:01:49
Module Name: syssrc
Committed By: thorpej
Date: Sat Apr 7 18:01:49 UTC 2001
Modified Files:
syssrc/sys/net: if_ether.h if_ethersubr.c
Log Message:
Add altq_etherclassify(), a slight hack modified from the kame/freebsd4
tree, which allows a packet with Ethernet headers already present to
run through the ALTQ packet classifier. This is needed in order to
suport ALTQ on VLAN and bridge devices.
To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 syssrc/sys/net/if_ether.h
cvs rdiff -r1.75 -r1.76 syssrc/sys/net/if_ethersubr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.