Re: Kill mpls_control()

2016-11-15 Thread Claudio Jeker
On Tue, Nov 15, 2016 at 02:23:33PM +0100, Martin Pieuchot wrote: > Simply return EOPNOTSUPP like in raw_userreq() rather than defining an > empty function. This will help reducing reducing recursive splsotnet() > in pr_usrreq() functions. > > ok? OK claudio > Index: netmpls/mpls_raw.c > ==

Kill mpls_control()

2016-11-15 Thread Martin Pieuchot
Simply return EOPNOTSUPP like in raw_userreq() rather than defining an empty function. This will help reducing reducing recursive splsotnet() in pr_usrreq() functions. ok? Index: netmpls/mpls_raw.c === RCS file: /cvs/src/sys/netmpls