From owner-freebsd-hackers Sat Oct 3 20:39:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA26832 for freebsd-hackers-outgoing; Sat, 3 Oct 1998 20:39:28 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA26760 for ; Sat, 3 Oct 1998 20:39:04 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.1/8.9.1) id WAA28044; Sat, 3 Oct 1998 22:38:29 -0500 (CDT) Date: Sat, 3 Oct 1998 22:38:29 -0500 From: Dan Nelson To: "Jordan K. Hubbard" , Jason Thorpe Cc: Open Systems Networking , freebsd-hackers@FreeBSD.ORG Subject: Re: Is PPP now being used by all 3 *BSD's? Message-ID: <19981003223829.A27652@emsphone.com> References: <199810040102.SAA24516@lestat.nas.nasa.gov> <15999.907467224@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.3i In-Reply-To: <15999.907467224@time.cdrom.com>; from "Jordan K. Hubbard" on Sat Oct 3 19:13:44 GMT 1998 X-OS: FreeBSD 2.2.7-STABLE Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Oct 03), Jordan K. Hubbard said: > > NetBSD uses in-kernel PPP, not userland PPP. pppd(8) does the PPP > > connection setup, and control messages, and stuff... but framing et > > al are all handled in the kernel by if_ppp.c > > > > Note that the PPP package we use also supports demand-dial and whatnot. > > Hmmm. Sounds like we really need to integrate NetBSD's kernel ppp > code sometime. :-) If nothing else, it would greatly assist us in > creating stand-alone ppp router floppies. ummm They're already the same code, Jordan :) There's pretty much one pppd version, based at ftp://cs.anu.edu.au/pub/software/ppp/ . 2.3.5 was brought into both 2.2.* and 3.* in June, and claims to do demand-dial and filtering like user-ppp. It still requires an external chat program, and doesn't have interactive/online configuration like user-ppp does though. -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message