RE: 802.1Q ARP frame size?

"James Harper" <[email protected]> Thu, 31 Aug 2006 12:14:00 +1000
Newsgroups gmane.linux.drivers.vlan
Message-ID <AEC6C66638C05B468B556EA548C1A77DE87BB3@trantor>
> John C. Lin wrote:
> > (Sorry, if this is a FAQ)
> >
> > I noticed that the 802.1Q ARP frame size generated by the Linux
driver
> > (V1.8) is only 64 octets (not 68 octets).
> >
> > It seems the minimum frame size for 802.1Q is 68 octets.
> 
> The 64-octets is an ethernet physical level issue, not a VLAN issue,
so
> there is no need to pad the frame to 68 bytes.
> 

So what happens when a switch untags the vlan tag and sends the untagged
packet out a port? Is it the responsibility of the switch to then pad
the packet? Or does this just happen automatically anyway?

James