Date: Thu, 10 Aug 2000 13:05:12 -0700 (PDT) From: Archie Cobbs <archie@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_pppoe.c Message-ID: <200008102005.NAA44036@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008102005.NAA44036>
