From owner-cvs-all Thu Aug 10 13: 5:16 2000 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 AC6AE37B884; Thu, 10 Aug 2000 13:05:13 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA44036; Thu, 10 Aug 2000 13:05:12 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200008102005.NAA44036@freefall.freebsd.org> From: Archie Cobbs Date: Thu, 10 Aug 2000 13:05:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_pppoe.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/08/10 13:05:12 PDT Modified files: sys/netgraph ng_pppoe.c Log: RFC 1661 requires that all LCP packets are sent with no address and control field compression. The ng_ppp(4) node correctly follows this rule. However, PPPoE is an exception: when doing PPPoE *all* frames are sent with address and control field compression. Alter this node's behavior so that when an outgoing frame is received, any leading address and control field bytes are removed. This makes this node compatible with ng_ppp(4). Revision Changes Path 1.26 +15 -1 src/sys/netgraph/ng_pppoe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message