]> git.proxmox.com Git - mirror_iproute2.git/blob - man/man8/tipc-node.8
tipc: add peer remove functionality
[mirror_iproute2.git] / man / man8 / tipc-node.8
1 .TH TIPC-NODE 8 "02 Jun 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-node \- modify and show local node parameters or list peer nodes
8
9 .SH SYNOPSIS
10 .ad l
11 .in +8
12
13 .ti -8
14 .B tipc node set
15 .RB "{ " "address "
16 .IR ADDRESS
17 .RB "| " netid
18 .IR NETID
19 .RB "} "
20
21 .ti -8
22 .B tipc node get
23 .RB "{ " "address" " | " netid " } "
24
25 .ti -8
26 .B tipc node list
27 .br
28
29 .SH OPTIONS
30 Options (flags) that can be passed anywhere in the command chain.
31 .TP
32 .BR "\-h" , " --help"
33 Show help about last valid command. For example
34 .B tipc node --help
35 will show node help and
36 .B tipc --help
37 will show general help. The position of the option in the string is irrelevant.
38 .SH DESCRIPTION
39
40 .SS Node parameters
41 .TP
42 .BI address
43 .br
44 The TIPC logical address. On the form x.y.z where x, y and z are unsigned
45 integers.
46
47 .TP
48 .BI netid
49 .br
50 Network identity. Can by used to create individual TIPC clusters on the same
51 media.
52
53 .SH EXIT STATUS
54 Exit status is 0 if command was successful or a positive integer upon failure.
55
56 .SH SEE ALSO
57 .BR tipc (8),
58 .BR tipc-bearer (8),
59 .BR tipc-link (8),
60 .BR tipc-media (8),
61 .BR tipc-nametable (8),
62 .BR tipc-peer (8),
63 .BR tipc-socket (8)
64 .br
65 .SH REPORTING BUGS
66 Report any bugs to the Network Developers mailing list
67 .B <netdev@vger.kernel.org>
68 where the development and maintenance is primarily done.
69 You do not have to be subscribed to the list to send a message there.
70
71 .SH AUTHOR
72 Richard Alpe <richard.alpe@ericsson.com>