]> git.proxmox.com Git - mirror_iproute2.git/commit - tipc/Makefile
tipc: add peer remove functionality
authorRichard Alpe <richard.alpe@ericsson.com>
Mon, 22 Aug 2016 08:18:29 +0000 (10:18 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 29 Aug 2016 17:33:24 +0000 (10:33 -0700)
commit535194a172d239b63a768e26ef9f688b401a8468
tree17357675edad69f4ccef120e40839199032d0d55
parent380656f8c44255e41c685ac38b496ec8921deed6
tipc: add peer remove functionality

This enables a user to remove an offline peer from the kernel data
structures. This could for example be useful when deliberately scaling
in peer nodes in a cloud environment.

This functionality was first merged in:
f9dec657e4 (Richard Alpe tipc: add peer remove functionality)

And later backed out (as the kernel counterpart was held up) in:
385caeb13b (Stephen Hemminger Revert "tipc: add peer remove functionality")

Signed-off-by: Richard Alpe <richard.alpe@ericsson.com>
Reviewed-by: Jon Maloy <jon.maloy@ericsson.com>
Reviewed-by: Ying Xue <ying.xue@windriver.com>
man/man8/tipc-bearer.8
man/man8/tipc-link.8
man/man8/tipc-media.8
man/man8/tipc-nametable.8
man/man8/tipc-node.8
man/man8/tipc-peer.8 [new file with mode: 0644]
man/man8/tipc.8
tipc/Makefile
tipc/peer.c [new file with mode: 0644]
tipc/peer.h [new file with mode: 0644]
tipc/tipc.c