K 10 svn:author V 6 archie K 8 svn:date V 27 2000-08-10T20:05:12.000000Z K 7 svn:log V 435 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). END