]> git.proxmox.com Git - mirror_iproute2.git/blame - man/man8/tipc-nametable.8
bridge: mdb: add support for source address
[mirror_iproute2.git] / man / man8 / tipc-nametable.8
CommitLineData
dcd8d142
RA
1.TH TIPC-NAMETABLE 8 "02 Jun 2015" "iproute2" "Linux"
2
85e3c87c
VS
3.\" For consistency, please keep padding right aligned.
4.\" For example '.B "foo " bar' and not '.B foo " bar"'
dcd8d142
RA
5
6.SH NAME
7tipc-nametable \- show TIPC nametable
8
9.SH SYNOPSIS
10.ad l
11.in +8
12
13.ti -8
14.B tipc nametable show
15.br
16
17.SH OPTIONS
18Options (flags) that can be passed anywhere in the command chain.
19.TP
20.BR "\-h" , " --help"
1304f50a
HL
21
22.TP
23.BR "\-j", " \-json"
24Output results in JavaScript Object Notation (JSON).
25
26.TP
27.BR "\-p", " \-pretty"
28The default JSON format is compact and more efficient to parse but hard for most users to read.
29This flag adds indentation for readability.
30
dcd8d142
RA
31Show help about last valid command. For example
32.B tipc nametable --help
33will show nametable help and
34.B tipc --help
35will show general help. The position of the option in the string is irrelevant.
36
37.SH DESCRIPTION
38The nametable shows TIPC publication information.
39
40.SS Nametable format
41
42.TP
43.B Type
44.br
45The 32-bit type field of the port name. The type field often indicates the class of service
46provided by a port.
47
48.TP
49.B Lower
50.br
51The lower bound of the 32-bit instance field of the port name.
52The instance field is often used as as a sub-class indicator.
53
54.TP
55.B Upper
56.br
57The upper bound of the 32-bit instance field of the port name.
58The instance field is often used as as a sub-class indicator.
59A difference in
60.BR "lower " "and " upper
61means the socket is bound to the port name range [lower,upper]
62
63.TP
64.B Port Identity
65.br
66The unique socket (port) identifier within the TIPC cluster. The
67.B port identity
68consists of a node identity followed by a socket reference number.
69
70.TP
71.B Publication
72.br
73The
74.B publication
75ID is a random number used internally to represent a publication.
76
77.TP
78.B Scope
79.br
80The publication
81.B scope
82specifies the visibility of a bound port name.
83The
84.B scope
85can be specified to comprise three different domains:
86.BR node ", " "cluster " "and " zone.
87Applications residing within the specified
88.B scope
89can see and access the port using the displayed port name.
90
91.SH EXIT STATUS
92Exit status is 0 if command was successful or a positive integer upon failure.
93
94.SH SEE ALSO
95.BR tipc (8),
96.BR tipc-bearer (8),
97.BR tipc-link (8),
98.BR tipc-media (8),
99.BR tipc-node (8),
535194a1 100.BR tipc-peer (8),
dcd8d142
RA
101.BR tipc-socket (8)
102.br
103.SH REPORTING BUGS
104Report any bugs to the Network Developers mailing list
105.B <netdev@vger.kernel.org>
106where the development and maintenance is primarily done.
107You do not have to be subscribed to the list to send a message there.
108
109.SH AUTHOR
110Richard Alpe <richard.alpe@ericsson.com>