Subject: PPPOE[GS]ETIDLETIMEOUT in /sys/net/if_pppoe.h usefull ?
To: None <tech-kern@netbsd.org>
From: Christophe Plasschaert <christophe.plasschaert@wanadoo.fr>
List: tech-kern
Date: 04/27/2005 09:31:51
Hello everybody,

While studying pppoe(4), i noticed that these two ioctl's are not used anywhere
in netbsdsrc:

#define      PPPOEGETIDLETIMEOUT     _IOWR('i', 113, struct pppoeidletimeoutcfg)
#define      PPPOESETIDLETIMEOUT     _IOW('i', 114, struct pppoeidletimeoutcfg)

I suppose that these two were created for the activity idle timeout but finally
it was SPPP[G]ETIDLETO (in if_sppp.h) that were used.  

Am i wrong ? If not may be these two definitions cans be removed.

C. Plasschaert