[net] tipc: add stricter control of reserved service types

2020-10-28 Thread jmaloy
From: Jon Maloy TIPC reserves 64 service types for current and future internal use. Therefore, the bind() function is meant to block regular user sockets from being bound to these values, while it should let through such bindings from internal users. However, since we at the design moment saw no

Re: [net] tipc: add stricter control of reserved service types

2020-10-29 Thread Jakub Kicinski
On Wed, 28 Oct 2020 09:19:12 -0400 jma...@redhat.com wrote: > From: Jon Maloy > > TIPC reserves 64 service types for current and future internal use. > Therefore, the bind() function is meant to block regular user sockets > from being bound to these values, while it should let through such > bind