]> git.proxmox.com Git - mirror_iproute2.git/blob - man/man8/tipc-peer.8
430651f7ea2b20ada00b34e0923b6e4cedf22cb9
[mirror_iproute2.git] / man / man8 / tipc-peer.8
1 .TH TIPC-PEER 8 "04 Dec 2015" "iproute2" "Linux"
2
3 .\" For consistency, please keep padding right aligned.
4 .\" For example '.B "foo " bar' and not '.B foo " bar"'
5
6 .SH NAME
7 tipc-peer \- modify peer information
8
9 .SH SYNOPSIS
10 .ad l
11 .in +8
12
13 .ti -8
14 .B tipc peer remove address
15 .IR ADDRESS
16
17 .SH OPTIONS
18 Options (flags) that can be passed anywhere in the command chain.
19 .TP
20 .BR "\-h" , " --help"
21 Show help about last valid command. For example
22 .B tipc peer --help
23 will show peer help and
24 .B tipc --help
25 will show general help. The position of the option in the string is irrelevant.
26 .SH DESCRIPTION
27
28 .SS Peer remove
29 Remove an offline peer node from the local data structures. The peer is
30 identified by its
31 .B address
32
33 .SH EXIT STATUS
34 Exit status is 0 if command was successful or a positive integer upon failure.
35
36 .SH SEE ALSO
37 .BR tipc (8),
38 .BR tipc-bearer (8),
39 .BR tipc-link (8),
40 .BR tipc-media (8),
41 .BR tipc-nametable (8),
42 .BR tipc-node (8),
43 .BR tipc-socket (8)
44 .br
45 .SH REPORTING BUGS
46 Report any bugs to the Network Developers mailing list
47 .B <netdev@vger.kernel.org>
48 where the development and maintenance is primarily done.
49 You do not have to be subscribed to the list to send a message there.
50
51 .SH AUTHOR
52 Richard Alpe <richard.alpe@ericsson.com>