Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jul 1998 07:55:40 +0200
From:      Andreas Klemm <andreas@klemm.gtn.com>
To:        Stefan Schmidt <sts@mediaintegration.com>, Hellmuth Michaelis <hm@hcs.de>
Cc:        isdn@FreeBSD.ORG
Subject:   Re: something new in current, that might create a leased line ?
Message-ID:  <19980730075540.A26394@klemm.gtn.com>
In-Reply-To: <Pine.BSF.3.96.980729095848.377A-100000@tina.mediaintegration.com>; from Stefan Schmidt on Wed, Jul 29, 1998 at 10:04:07AM %2B0200
References:  <m0z1PiX-0000f3C@hcswork.hcs.de> <Pine.BSF.3.96.980729095848.377A-100000@tina.mediaintegration.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jul 29, 1998 at 10:04:07AM +0200, Stefan Schmidt wrote:
> Hi,
> 
> > > 	Stefan Schmidt <sts@mediaintegration.com>
> > > indicating an "off-by-4 error in i4b_isppp.c around line 600.
> > > I don't know which changes he made exactly, but he told me, that
> > > after the change the errors went away.
> > 
> > Now it would be nice to know what he did exactly ....
> 
> in i4b/driver/i4b_isppp.c, around line 600, there's some code to prepend
> the address family as a four byte field. 
> 
> this seems to be unnecessary for -CURRENT. 
> bpf_mtap( &sc->sc_if, m) works for me.

If I change
bpf_mtap( &sc->sc_if, &mm)
to
bpf_mtap( &sc->sc_if, m)

the errors go away.


-- 
Andreas Klemm                                http://www.FreeBSD.ORG/~andreas
     What gives you 90% more speed, for example, in kernel compilation ?
          http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html
             "NT = Not Today" (Maggie Biggs)      ``powered by FreeBSD SMP''

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isdn" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980730075540.A26394>