* protocol fe11 is buggy, dev eth0
@ 2001-02-12 15:10 Justin F. Knotzke
0 siblings, 0 replies; only message in thread
From: Justin F. Knotzke @ 2001-02-12 15:10 UTC (permalink / raw)
To: linux-kernel
Hi,
I am running kernel 2.2.17 and my logs are littered with:
"protocol fe11 is buggy, dev eth0." I managed to locate where in the
source code this line gets printed. However I can't say much more then that.
Any ideas if this has been fixed? Please cc to my address since I am not
on the list.
Justin.
This msg comes from the kernel (as syslog mentions), more precisely from
$(LK_SRC_ROOT)/net/core/dev.c (usually $(LK_SRC_ROOT)=/usr/src/linux) :
/* More sensible variant. skb->nh should be correctly
set by sender, so that the second statement is
just protection against buggy protocols.
*/
skb2->mac.raw = skb2->data;
if (skb2->nh.raw < skb2->data || skb2->nh.raw >= skb2->tail) {
if (net_ratelimit())
printk(KERN_DEBUG "protocol %04x is buggy, dev
%s\n", skb2->protocol, dev->name);
skb2->nh.raw = skb2->data;
if (dev->hard_header)
skb2->nh.raw += dev->hard_header_len;
}
--
Justin F. Knotzke
shampoo@cam.org
pgp public key http://www.shampoo.ca/pubkey.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://vger.kernel.org/lkml/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-02-12 15:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-12 15:10 protocol fe11 is buggy, dev eth0 Justin F. Knotzke
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.