From owner-cvs-all Mon Oct 30 18:45:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF5A737B4CF; Mon, 30 Oct 2000 18:45:36 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA78840; Mon, 30 Oct 2000 18:45:36 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <200010310245.SAA78840@freefall.freebsd.org> From: Brian Somers Date: Mon, 30 Oct 2000 18:45:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_pppoe.c ng_pppoe.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/10/30 18:45:36 PST Modified files: sys/netgraph ng_pppoe.c ng_pppoe.h Log: Change the format of ngpppoe_init_data so that the provider is NUL terminated and the data_len field is no longer necessary. Add ASCII2BINARY and BINARY2ASCII capabilities. The old format is still understood and dealt with, but can't do the ASCII2BINARY and BINARY2ASCII stuff. Approved by: archie Revision Changes Path 1.30 +121 -28 src/sys/netgraph/ng_pppoe.c 1.9 +29 -4 src/sys/netgraph/ng_pppoe.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message