]> git.proxmox.com Git - mirror_iproute2.git/commit
tipc: add peer remove functionality
authorRichard Alpe <richard.alpe@ericsson.com>
Tue, 5 Jan 2016 09:57:40 +0000 (10:57 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 11 Jan 2016 16:39:15 +0000 (08:39 -0800)
commitf9dec657e4578d50a2432e5842d97c857faa6c2c
tree380231a166aafa8d3b0f1a2e73c0a251a343e57c
parent8f0777a857679678f3ff89e05dbde4594a58930c
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.

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>
12 files changed:
include/linux/tipc_netlink.h
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