On Tue, Jul 24, 2012 at 5:02 PM, f5b <f...@163.com> wrote: > /src/sys/net/if_spppsubr.c > rev=1.98 > > 1. line 3557 > p opt[i++] = 0; /* TBD */
Yep, the author's finger slipped...and it doesn't matter because it's in a non-functional ifdef'ed out block. A diff to actually add support for IPv6 PPP compression would be nice... > 2. see line (begin with ^L) > 466 > 1145 > 1276 > 1991 > 2675 > 4116 > 4430 There are 1865 source files in the base tree that use ^L as a page break in source. if_spppsubr.c is one of 10 in the kernel. It's an accepted style and not a bug. Philip Guenther