blob: a72a4099110fa67fefc3821454d0fce36acc0600 [file] [log] [blame]
Richard Alpedcd8d142015-10-02 10:15:21 +02001.TH TIPC-NODE 8 "02 Jun 2015" "iproute2" "Linux"
2
Ville Skyttä85e3c872015-11-07 11:52:59 +02003.\" For consistency, please keep padding right aligned.
4.\" For example '.B "foo " bar' and not '.B foo " bar"'
Richard Alpedcd8d142015-10-02 10:15:21 +02005
6.SH NAME
7tipc-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
30Options (flags) that can be passed anywhere in the command chain.
31.TP
32.BR "\-h" , " --help"
33Show help about last valid command. For example
34.B tipc node --help
35will show node help and
36.B tipc --help
37will 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
44The TIPC logical address. On the form x.y.z where x, y and z are unsigned
45integers.
46
47.TP
48.BI netid
49.br
50Network identity. Can by used to create individual TIPC clusters on the same
51media.
52
53.SH EXIT STATUS
54Exit 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),
Richard Alpe535194a2016-08-22 10:18:29 +020062.BR tipc-peer (8),
Richard Alpedcd8d142015-10-02 10:15:21 +020063.BR tipc-socket (8)
64.br
65.SH REPORTING BUGS
66Report any bugs to the Network Developers mailing list
67.B <netdev@vger.kernel.org>
68where the development and maintenance is primarily done.
69You do not have to be subscribed to the list to send a message there.
70
71.SH AUTHOR
72Richard Alpe <richard.alpe@ericsson.com>