Re: remove PPPOE_SERVER codepaths

2016-03-31 Thread Mike Belopuhov
On 31 March 2016 at 08:49, Jonathan Gray wrote: > if_spppsubr.c has: > > revision 1.29 > date: 2005/03/24 16:37:52; author: claudio; state: Exp; lines: +15 -9; > Unbreak tree, mono_time may no longer be used because of timecounters. > Use getmicrouptime() instead. Found by grange@ and henning@.

remove PPPOE_SERVER codepaths

2016-03-30 Thread Jonathan Gray
if_spppsubr.c has: revision 1.29 date: 2005/03/24 16:37:52; author: claudio; state: Exp; lines: +15 -9; Unbreak tree, mono_time may no longer be used because of timecounters. Use getmicrouptime() instead. Found by grange@ and henning@. OK henning@ It turns out PPPOE_SERVER paths have been brok