Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 12/05/2003 19:35:43
Module Name:	src
Committed By:	scw
Date:		Fri Dec  5 19:35:43 UTC 2003

Modified Files:
	src/sys/net: if_vlan.c

Log Message:
To cater for VLAN-aware layer 2 ethernet switches which may need to strip
the tag before forwarding the packet, make sure the packet+tag is at least
68 bytes long.

This is necessary because our parent will only pad to 64 bytes (ETHER_MIN_LEN)
and some switches will not pad by themselves after deleting a tag.


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 src/sys/net/if_vlan.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.