From owner-cvs-all Tue Nov 9 22:15:26 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 D4DDD14EFC; Tue, 9 Nov 1999 22:15:23 -0800 (PST) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA09805; Tue, 9 Nov 1999 22:15:23 -0800 (PST) (envelope-from archie@FreeBSD.org) Message-Id: <199911100615.WAA09805@freefall.freebsd.org> From: Archie Cobbs Date: Tue, 9 Nov 1999 22:15:23 -0800 (PST) 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/11/09 22:15:23 PST Modified files: sys/netgraph ng_ppp.c ng_ppp.h Log: Move handling of the address and control fields into the PPP node; they belong there because they are device independent. Also some other misc. fixes. Revision Changes Path 1.8 +84 -65 src/sys/netgraph/ng_ppp.c 1.4 +3 -2 src/sys/netgraph/ng_ppp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message