Re: ipv4 arp and linux

From: Neil Horman
Date: Wed Nov 03 2004 - 07:59:30 EST


Tim Warnock wrote:
What arp packet size does a linux 2.4 series kernel use? How would it be
made bigger?

64 bytes is the minimum packet size of an ethernet frame (which includes the CRC). ARP requests don't take up that much space so the kernel pads them out to be large enough. A tcpdump will show you exactly how it looks.

I'm having a problem where a cisco switch is ignoring me because (according
to the guys who operate it) the arp spec for 802.3 is 64 bytes and im not
doing that.

802.3 stipulates 64 bytes for all ethernet frames. If you have a program that is somehow sending frames smaller than that, yes, you (or something) is broken. How exactly are you sending frames that you think are too small?

Neil
Im not subscribed to the list, so if I could be cc'd I'd appreciate it.

Hope someone can help me, and thanks for taking the time to read this.

Tim

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/


--
/***************************************************
*Neil Horman
*Software Engineer
*Red Hat, Inc.
*nhorman@xxxxxxxxxx
*gpg keyid: 1024D / 0x92A74FA1
*http://pgp.mit.edu
***************************************************/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/