Re: [net-next] tipc: support 128bit node identity for peer removing

2020-12-04 Thread Jakub Kicinski
On Thu, 3 Dec 2020 10:50:45 +0700 Hoang Huu Le wrote: > From: Hoang Le > > We add the support to remove a specific node down with 128bit > node identifier, as an alternative to legacy 32-bit node address. > > example: > $tipc peer remove identiy <1001002|1677> > > Acked-by: Jon Maloy > Si

[net-next] tipc: support 128bit node identity for peer removing

2020-12-02 Thread Hoang Huu Le
From: Hoang Le We add the support to remove a specific node down with 128bit node identifier, as an alternative to legacy 32-bit node address. example: $tipc peer remove identiy <1001002|1677> Acked-by: Jon Maloy Signed-off-by: Hoang Le --- net/tipc/node.c | 21 ++--- 1 f