Searched hist:"7 b38c4e4d95be961c32dfb751435193353a5874b" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netgraph/ |
H A D | ng_pppoe.c | diff 7b38c4e4d95be961c32dfb751435193353a5874b Thu Aug 10 22:05:12 CEST 2000 Archie Cobbs <archie@FreeBSD.org> 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). diff 7b38c4e4d95be961c32dfb751435193353a5874b Thu Aug 10 22:05:12 CEST 2000 Archie Cobbs <archie@FreeBSD.org> 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).
|