Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jul 2002 23:36:50 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Brooks Davis <brooks@one-eyed-alien.net>
Cc:        net@FreeBSD.ORG
Subject:   Re: ppp(4) cloning review request
Message-ID:  <20020724232548.W33495-100000@gamplex.bde.org>
In-Reply-To: <20020723225859.A20811@Odin.AC.HMC.Edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 23 Jul 2002, Brooks Davis wrote:

> I have attached a patch which adds cloning and unloading support to the
> ppp(4) kernel PPP device.  I would like to commit it in the next few
> days.  Please review.
> ...
> - The unload is a bit ugly because line disciplines don't really
>   appear to be meant to be unhooked.

There is ldisc_deregister().  Using it might require using ldisc_register()
instead of rudely hacking on linesw[].  if_sl.c also has rude hacks, but
there are examples of using these interfaces in snp and netgraph.

Bruce


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




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