Subject: Re: kern/3455: Please make pppoutput public again
To: None <netbsd-bugs@NetBSD.ORG>
From: Christos Zoulas <christos@nyc.deshaw.com>
List: netbsd-bugs
Date: 04/07/1997 14:08:44
In article <199704070905.LAA05263@rumolt.teuto.de> martin@rumolt.teuto.de writes:
>The last changes to sys/net/if_ppp.[ch] made the pppoutput function private
>to the ppp interface. There are drivers out there (ISDN ppp support for
>the BISDN package) which need this function to perform output on their own
>interface derived from ppp. No need to prevent object oriented reuse of
>existing code here ;-)
>

Can't you use (*sc->sc_if.if_output)()?

christos