Subject: Re: tlp strangeness
To: None <current-users@NetBSD.org>
From: David Young <dyoung@pobox.com>
List: current-users
Date: 09/27/2003 15:47:48
On Sat, Sep 27, 2003 at 12:12:05PM -0400, Chris Tribo wrote:
> ip length 576 disagrees with bytes received 580.
> accepting packet with data after udp payload.
FWIW, some NICs (such as atw, which is essentially a Tulip with wireless
mods) will not hand up the 32-bit CRC except in promiscuous mode. It is
appropriate to do m_adj(m, -ETHER_CRC_LEN) or m->m_flags |= M_HASFCS in
promiscuous mode. atw does the latter.
Dave
--
David Young OJC Technologies
dyoung@ojctech.com Urbana, IL * (217) 278-3933