1TIPC-NODE(8) Linux TIPC-NODE(8)
2
3
4
6 tipc-node - modify and show local node parameters or list peer nodes
7
8
10 tipc node set { address ADDRESS | netid NETID }
11
12 tipc node get { address | netid }
13
14 tipc node list
15
16
18 Options (flags) that can be passed anywhere in the command chain.
19
20 -h, --help
21 Show help about last valid command. For example tipc node --help
22 will show node help and tipc --help will show general help. The
23 position of the option in the string is irrelevant.
24
26 Node parameters
27 address
28 The TIPC logical address. On the form x.y.z where x, y and z are
29 unsigned integers.
30
31
32 netid
33 Network identity. Can by used to create individual TIPC clusters
34 on the same media.
35
36
38 Exit status is 0 if command was successful or a positive integer upon
39 failure.
40
41
43 tipc(8), tipc-bearer(8), tipc-link(8), tipc-media(8), tipc-
44 nametable(8), tipc-peer(8), tipc-socket(8)
45
47 Report any bugs to the Network Developers mailing list <net‐
48 dev@vger.kernel.org> where the development and maintenance is primarily
49 done. You do not have to be subscribed to the list to send a message
50 there.
51
52
54 Richard Alpe <richard.alpe@ericsson.com>
55
56
57
58iproute2 02 Jun 2015 TIPC-NODE(8)