]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: support 128bit node identity for peer removing
authorHoang Le <hoang.h.le@dektech.com.au>
Thu, 3 Dec 2020 03:50:45 +0000 (10:50 +0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 5 Dec 2020 01:40:27 +0000 (17:40 -0800)
commit464bf1c6d1718965687184cb2d5220202615824d
tree2421c157a6cfdebd31252b42afd5f12b6bbf7230
parent943ad17d5ce69dd845e1cafe7b65f1b6c6b80a16
tipc: support 128bit node identity for peer removing

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|16777777>

Acked-by: Jon Maloy <jmaloy@redhat.com>
Signed-off-by: Hoang Le <hoang.h.le@dektech.com.au>
Link: https://lore.kernel.org/r/20201203035045.4564-1-hoang.h.le@dektech.com.au
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/tipc/node.c