]> 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>
Wed, 6 Jan 2016 17:24:25 +0000 (09:24 -0800)
commitd4585a4bb120e2f60b088a7e934bf2ae4e6b5b68
tree606c3feb37d154b1754a540e12628526ea50335b
parent0257369837c670867a844f9515e45b0bed44067a
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