Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 1996 10:30:46 PST
From:      Bill Fenner <fenner@parc.xerox.com>
To:        fenner@parc.xerox.com, grog@lemis.de
Cc:        FreeBSD-current@freebsd.org
Subject:   Re: Problems with PLIP driver?
Message-ID:  <96Dec7.103059pst.177711@crevenia.parc.xerox.com>

next in thread | raw e-mail | index | archive | help
I'm wrong, it's more than just the header.  I went through this in
great detail quite a while ago.  Look at ppp and tun for hints,
you probably have to change the bpf_attach() call too.  And I'd
move the bpf_mtap() in the output routine way up to the top,
since right now it completely misses the LINK0 case, and even
if it doesn't the output routine has already zeroed out the length
field in each mbuf in the chain.

Fun fun.

  Bill



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?96Dec7.103059pst.177711>