From owner-cvs-all Fri Oct 29 15:30: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 87FFC15126; Fri, 29 Oct 1999 15:30:04 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA12342; Fri, 29 Oct 1999 15:30:04 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <199910292230.PAA12342@freefall.freebsd.org> From: Archie Cobbs Date: Fri, 29 Oct 1999 15:30:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_ppp.c ng_ppp.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk archie 1999/10/29 15:30:03 PDT Modified files: sys/netgraph ng_ppp.c ng_ppp.h Log: Revamped and more useful PPP node type, supporting multi-link PPP directly. This is one piece of the grand unified PPP daemon concept, whereby using netgraph nodes enables PPP data to be handled completely in kernel land, while leaving negotiation/control to be handled by a single user land daemon, no matter what the link type(s). This is a safety checkin only; it compiles, but is utterly untested. Concept reviewed by: julian, brian Revision Changes Path 1.2 +1153 -155 src/sys/netgraph/ng_ppp.c 1.2 +65 -33 src/sys/netgraph/ng_ppp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message