* protocol is buggy?
@ 2001-09-25 17:42 Jens Petersohn
2001-09-25 22:05 ` Arnaldo Carvalho de Melo
0 siblings, 1 reply; 2+ messages in thread
From: Jens Petersohn @ 2001-09-25 17:42 UTC (permalink / raw)
To: linux-kernel
Hi all,
getting the following in dmesg. Don't know if it's iptables related or
not. The ethernet card in question is a Intel EtherPRO 100 with the
stock 2.4.8 driver. Everything is working great, but I'm mostly
curious why these messages appear. A search in Google or LKM
didn't turn anything immidiately, but I might have missed something.
protocol 0008 is buggy, dev eth1
protocol 0008 is buggy, dev eth1
protocol 0008 is buggy, dev eth1
protocol 0008 is buggy, dev eth1
NET: 16 messages suppressed.
protocol 0008 is buggy, dev eth1
/proc/pci:
Bus 0, device 19, function 0:
Ethernet controller: Intel Corporation 82557 [Ethernet Pro 100] (rev 2).
IRQ 5.
Master Capable. Latency=64. Min Gnt=8.Max Lat=56.
Prefetchable 32 bit memory at 0xe4100000 [0xe4100fff].
I/O at 0x7400 [0x741f].
Non-prefetchable 32 bit memory at 0xe4000000 [0xe40fffff].
The card in question is the "public/internet" side of the firewall.
There are two additional interfaces, eth0 (private ethernet) and eth2,
a radio LAN.
Thanks,
Jens Petersohn
--
Apple OS X Public Beta is not intended for use in the operation of
nuclear facilities, aircraft navigation or communication systems,
air traffic control systems, life support machines or other equipment
in which the failure of the Apple Software could lead to death,
personal injury, or severe physical or environmental damage.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: protocol is buggy?
2001-09-25 17:42 protocol is buggy? Jens Petersohn
@ 2001-09-25 22:05 ` Arnaldo Carvalho de Melo
0 siblings, 0 replies; 2+ messages in thread
From: Arnaldo Carvalho de Melo @ 2001-09-25 22:05 UTC (permalink / raw)
To: Jens Petersohn; +Cc: linux-kernel
Em Tue, Sep 25, 2001 at 12:42:35PM -0500, Jens Petersohn escreveu:
> getting the following in dmesg. Don't know if it's iptables related or
> not. The ethernet card in question is a Intel EtherPRO 100 with the stock
> 2.4.8 driver. Everything is working great, but I'm mostly curious why
> these messages appear. A search in Google or LKM didn't turn anything
> immidiately, but I might have missed something.
> protocol 0008 is buggy, dev eth1
> protocol 0008 is buggy, dev eth1
> protocol 0008 is buggy, dev eth1
> protocol 0008 is buggy, dev eth1
> NET: 16 messages suppressed.
> protocol 0008 is buggy, dev eth1
> /proc/pci:
> Bus 0, device 19, function 0:
> Ethernet controller: Intel Corporation 82557 [Ethernet Pro 100] (rev 2).
> IRQ 5.
> Master Capable. Latency=64. Min Gnt=8.Max Lat=56.
> Prefetchable 32 bit memory at 0xe4100000 [0xe4100fff].
> I/O at 0x7400 [0x741f].
> Non-prefetchable 32 bit memory at 0xe4000000 [0xe40fffff].
> The card in question is the "public/internet" side of the firewall.
> There are two additional interfaces, eth0 (private ethernet) and eth2,
> a radio LAN.
probably related to eth_type_trans not being called, or something else that
doesn't properly set skb2->nh.raw, I've experienced this while hacking on
802.2/NetBEUI, the message comes from net/core/dev.c, function
dev_queue_xmit_nit, line 882 in 2.4.9. I'll take a look now, but I'm in a
hurry, so don't hold your breath.
- Arnaldo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-09-25 22:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-25 17:42 protocol is buggy? Jens Petersohn
2001-09-25 22:05 ` Arnaldo Carvalho de Melo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox