1TIPC-NAMETABLE(8) Linux TIPC-NAMETABLE(8)
2
3
4
6 tipc-nametable - show TIPC nametable
7
8
10 tipc nametable show
11
12
14 Options (flags) that can be passed anywhere in the command chain.
15
16 -h, --help
17 Show help about last valid command. For example tipc nametable
18 --help will show nametable help and tipc --help will show gen‐
19 eral help. The position of the option in the string is irrele‐
20 vant.
21
22
24 The nametable shows TIPC publication information.
25
26
27 Nametable format
28 Type
29 The 32-bit type field of the port name. The type field often
30 indicates the class of service provided by a port.
31
32
33 Lower
34 The lower bound of the 32-bit instance field of the port name.
35 The instance field is often used as as a sub-class indicator.
36
37
38 Upper
39 The upper bound of the 32-bit instance field of the port name.
40 The instance field is often used as as a sub-class indicator. A
41 difference in lower and upper means the socket is bound to the
42 port name range [lower,upper]
43
44
45 Port Identity
46 The unique socket (port) identifier within the TIPC cluster. The
47 port identity consists of a node identity followed by a socket
48 reference number.
49
50
51 Publication
52 The publication ID is a random number used internally to repre‐
53 sent a publication.
54
55
56 Scope
57 The publication scope specifies the visibility of a bound port
58 name. The scope can be specified to comprise three different
59 domains: node, cluster and zone. Applications residing within
60 the specified scope can see and access the port using the dis‐
61 played port name.
62
63
65 Exit status is 0 if command was successful or a positive integer upon
66 failure.
67
68
70 tipc(8), tipc-bearer(8), tipc-link(8), tipc-media(8), tipc-node(8),
71 tipc-peer(8), tipc-socket(8)
72
74 Report any bugs to the Network Developers mailing list <net‐
75 dev@vger.kernel.org> where the development and maintenance is primarily
76 done. You do not have to be subscribed to the list to send a message
77 there.
78
79
81 Richard Alpe <richard.alpe@ericsson.com>
82
83
84
85iproute2 02 Jun 2015 TIPC-NAMETABLE(8)