Blame man/man8/tipc.8

Packit Service 3880ab
.TH TIPC 8 "02 Jun 2015" "iproute2" "Linux"
Packit Service 3880ab
.SH NAME
Packit Service 3880ab
tipc \- a TIPC configuration and management tool
Packit Service 3880ab
.SH SYNOPSIS
Packit Service 3880ab
Packit Service 3880ab
.ad l
Packit Service 3880ab
.in +8
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.B tipc
Packit Service 3880ab
.RI "[ " OPTIONS " ] " COMMAND " " ARGUMENTS "
Packit Service 3880ab
.sp
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.IR COMMAND " := { "
Packit Service 3880ab
.BR bearer " | " link " | " media " | " nametable " | " node " | " socket " }
Packit Service 3880ab
.sp
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.IR OPTIONS " := { "
Packit Service 3880ab
\fB\-h\fR[\fIhelp\fR] }
Packit Service 3880ab
Packit Service 3880ab
.SH DESCRIPTION
Packit Service 3880ab
The Transparent Inter-Process Communication (TIPC) protocol offers total address
Packit Service 3880ab
transparency between processes which allows applications in a clustered computer
Packit Service 3880ab
environment to communicate quickly and reliably with each other, regardless of
Packit Service 3880ab
their location within the cluster.
Packit Service 3880ab
Packit Service 3880ab
TIPC originated at the telecommunications manufacturer Ericsson. The first open
Packit Service 3880ab
source version of TIPC was created in 2000 when Ericsson released its first
Packit Service 3880ab
Linux version of TIPC. TIPC was introduced in the mainline Linux kernel in 2006
Packit Service 3880ab
and is now widely used both within and outside of Ericsson.
Packit Service 3880ab
Packit Service 3880ab
.SH OPTIONS
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.BR "\-h" , " --help"
Packit Service 3880ab
Show help about last given command. For example
Packit Service 3880ab
.B tipc bearer --help
Packit Service 3880ab
will show bearer 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
.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
.SH COMMANDS
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.B BEARER
Packit Service 3880ab
- Show or modify TIPC bearers
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.B LINK
Packit Service 3880ab
- Show or modify TIPC links
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.B MEDIA
Packit Service 3880ab
- Show or modify TIPC media
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.B NAMETABLE
Packit Service 3880ab
- Show TIPC nametable
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.B NODE
Packit Service 3880ab
- Show or modify TIPC node parameters
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.B SOCKET
Packit Service 3880ab
- Show TIPC sockets
Packit Service 3880ab
Packit Service 3880ab
.SH ARGUMENTS
Packit Service 3880ab
Packit Service 3880ab
Command arguments are described in a command specific man page and typically
Packit Service 3880ab
consists of nested commands along with key value pairs.
Packit Service 3880ab
If no arguments are given a command typically shows its help text. The explicit
Packit Service 3880ab
help option
Packit Service 3880ab
.B -h
Packit Service 3880ab
or
Packit Service 3880ab
.B --help
Packit Service 3880ab
can occur anywhere among the arguments and will show help for the last valid
Packit Service 3880ab
command given.
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-bearer (8),
Packit Service 3880ab
.BR tipc-link (8),
Packit Service 3880ab
.BR tipc-media (8),
Packit Service 3880ab
.BR tipc-nametable (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>