From owner-cvs-all Sun Oct 31 16:31:33 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 DB60814C33; Sun, 31 Oct 1999 16:31:20 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA97867; Sun, 31 Oct 1999 16:31:19 -0800 (PST) (envelope-from julian@FreeBSD.org) Message-Id: <199911010031.QAA97867@freefall.freebsd.org> From: Julian Elischer Date: Sun, 31 Oct 1999 16:31:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph netgraph.h ng_base.c ng_frame_relay.c ng_message.h ng_pppoe.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/10/31 16:31:19 PST Modified files: sys/netgraph netgraph.h ng_base.c ng_frame_relay.c ng_message.h ng_pppoe.h Log: Start making the contents of the generic framework opaque to the nodes. This step: IDs are no-longer the address of the node. Reviewd by: Archie@freebsd.org Revision Changes Path 1.2 +5 -2 src/sys/netgraph/netgraph.h 1.2 +51 -26 src/sys/netgraph/ng_base.c 1.3 +1 -2 src/sys/netgraph/ng_frame_relay.c 1.2 +3 -2 src/sys/netgraph/ng_message.h 1.5 +3 -3 src/sys/netgraph/ng_pppoe.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message