Subject: vlan and ethernet "slightly jumbo" frames
To: None <tech-net@netbsd.org>
From: None <itojun@iijlab.net>
List: tech-net
Date: 06/03/2002 10:21:48
	at this moment if_vlan.c controls ethernet "slightly jumbo" frames
	(ETHERCAP_VLAN_MTU).  there are other customers which uses "slightly
	jumbo" frames, namely MPLS over ethernet (see www.ayame.org).
	i guess it better to move ETHERCAP_VLAN_MTU handling into
	if_ethersubr.c.  just a thought.

itojun