Blame man/man8/tipc-nametable.8

Packit Service 3880ab
.TH TIPC-NAMETABLE 8 "02 Jun 2015" "iproute2" "Linux"
Packit Service 3880ab
Packit Service 3880ab
.\" For consistency, please keep padding right aligned.
Packit Service 3880ab
.\" For example '.B "foo " bar' and not '.B foo " bar"'
Packit Service 3880ab
Packit Service 3880ab
.SH NAME
Packit Service 3880ab
tipc-nametable \- show TIPC nametable
Packit Service 3880ab
Packit Service 3880ab
.SH SYNOPSIS
Packit Service 3880ab
.ad l
Packit Service 3880ab
.in +8
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.B tipc nametable show
Packit Service 3880ab
.br
Packit Service 3880ab
Packit Service 3880ab
.SH OPTIONS
Packit Service 3880ab
Options (flags) that can be passed anywhere in the command chain.
Packit Service 3880ab
.TP
Packit Service 3880ab
.BR "\-h" , " --help"
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.BR "\-j", " \-json"
Packit Service 3880ab
Output results in JavaScript Object Notation (JSON).
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.BR "\-p", " \-pretty"
Packit Service 3880ab
The default JSON format is compact and more efficient to parse but hard for most users to read.
Packit Service 3880ab
This flag adds indentation for readability.
Packit Service 3880ab
Packit Service 3880ab
Show help about last valid command. For example
Packit Service 3880ab
.B tipc nametable --help
Packit Service 3880ab
will show nametable help and
Packit Service 3880ab
.B tipc --help
Packit Service 3880ab
will show general help. The position of the option in the string is irrelevant.
Packit Service 3880ab
Packit Service 3880ab
.SH DESCRIPTION
Packit Service 3880ab
The nametable shows TIPC publication information.
Packit Service 3880ab
Packit Service 3880ab
.SS Nametable format
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.B Type
Packit Service 3880ab
.br
Packit Service 3880ab
The 32-bit type field of the port name. The type field often indicates the class of service
Packit Service 3880ab
provided by a port.
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.B Lower
Packit Service 3880ab
.br
Packit Service 3880ab
The lower bound of the 32-bit instance field of the port name.
Packit Service 3880ab
The instance field is often used as as a sub-class indicator.
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.B Upper
Packit Service 3880ab
.br
Packit Service 3880ab
The upper bound of the 32-bit instance field of the port name.
Packit Service 3880ab
The instance field is often used as as a sub-class indicator.
Packit Service 3880ab
A difference in
Packit Service 3880ab
.BR "lower " "and " upper
Packit Service 3880ab
means the socket is bound to the port name range [lower,upper]
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.B Port Identity
Packit Service 3880ab
.br
Packit Service 3880ab
The unique socket (port) identifier within the TIPC cluster. The
Packit Service 3880ab
.B port identity
Packit Service 3880ab
consists of a node identity followed by a socket reference number.
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.B Publication
Packit Service 3880ab
.br
Packit Service 3880ab
The
Packit Service 3880ab
.B publication
Packit Service 3880ab
ID is a random number used internally to represent a publication.
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.B Scope
Packit Service 3880ab
.br
Packit Service 3880ab
The publication
Packit Service 3880ab
.B scope
Packit Service 3880ab
specifies the visibility of a bound port name.
Packit Service 3880ab
The
Packit Service 3880ab
.B scope
Packit Service 3880ab
can be specified to comprise three different domains:
Packit Service 3880ab
.BR node ", " "cluster " "and " zone.
Packit Service 3880ab
Applications residing within the specified
Packit Service 3880ab
.B scope
Packit Service 3880ab
can see and access the port using the displayed port name.
Packit Service 3880ab
Packit Service 3880ab
.SH EXIT STATUS
Packit Service 3880ab
Exit status is 0 if command was successful or a positive integer upon failure.
Packit Service 3880ab
Packit Service 3880ab
.SH SEE ALSO
Packit Service 3880ab
.BR tipc (8),
Packit Service 3880ab
.BR tipc-bearer (8),
Packit Service 3880ab
.BR tipc-link (8),
Packit Service 3880ab
.BR tipc-media (8),
Packit Service 3880ab
.BR tipc-node (8),
Packit Service 3880ab
.BR tipc-peer (8),
Packit Service 3880ab
.BR tipc-socket (8)
Packit Service 3880ab
.br
Packit Service 3880ab
.SH REPORTING BUGS
Packit Service 3880ab
Report any bugs to the Network Developers mailing list
Packit Service 3880ab
.B <netdev@vger.kernel.org>
Packit Service 3880ab
where the development and maintenance is primarily done.
Packit Service 3880ab
You do not have to be subscribed to the list to send a message there.
Packit Service 3880ab
Packit Service 3880ab
.SH AUTHOR
Packit Service 3880ab
Richard Alpe <richard.alpe@ericsson.com>