Re: 2.2.13 ISDN funnies

Karsten Keil (kkeil@suse.de)
Fri, 29 Oct 1999 11:47:09 +0200


On Thu, Oct 28, 1999 at 11:04:15PM +0100, Alan Cox wrote:
> > Async ppp in 2.2.x as well as the generic ppp in 2.3.x have no
> > dev->hard_header() method. Karsten's routing scenario
> > (e.g. from slip or raw hdlc device to ppp-over-ethernet) will result in
>
> We assume if it doesnt have a hard header method it doesnt have a hard
> header.
>
> > as provided by dev_alloc_skb(). Now, if ip_output does not reallocate
> > headroom because ppp has no dev->hard_header() method, problems might
> > occur.
>
> Yes. Its a mismatched assumption rather than a bug.
>

OK, what should we do, insert a (dummy) dev->hard_header() method in
the isdn driver as first workaround ?

Karsten

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/