Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Oct 1999 15:30:03 -0700 (PDT)
From:      Archie Cobbs <archie@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netgraph ng_ppp.c ng_ppp.h
Message-ID:  <199910292230.PAA12342@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




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