Re: kill RT_REPORT since it is useless

2015-12-02 Thread Martin Pieuchot
On 02/12/15(Wed) 12:36, Claudio Jeker wrote: > The time where route miss messages on rtalloc() where useful are long > gone. In modern times this just produces a lot of noise with no benefit. > Nothing in userland is using this information anyway. Because of this > reti^Wtedu RT_REPORT. > > OK? o

kill RT_REPORT since it is useless

2015-12-02 Thread Claudio Jeker
The time where route miss messages on rtalloc() where useful are long gone. In modern times this just produces a lot of noise with no benefit. Nothing in userland is using this information anyway. Because of this reti^Wtedu RT_REPORT. OK? -- :wq Claudio Index: net/if_mpe.c ==