Re: gif(4) vs splnet()

2017-05-16 Thread Alexander Bluhm
On Mon, May 15, 2017 at 03:11:20PM +0200, Martin Pieuchot wrote: > Similar to gre(4), the global list of interfaces needs to be protected > by the NET_LOCK(). > > ok? OK bluhm@ > > Index: net/if_gif.c > === > RCS file:

gif(4) vs splnet()

2017-05-15 Thread Martin Pieuchot
Similar to gre(4), the global list of interfaces needs to be protected by the NET_LOCK(). ok? Index: net/if_gif.c === RCS file: /cvs/src/sys/net/if_gif.c,v retrieving revision 1.94 diff -u -p -r1.94 if_gif.c --- net/if_gif.c