1TIPC(8)                              Linux                             TIPC(8)
2
3
4

NAME

6       tipc - a TIPC configuration and management tool
7

SYNOPSIS

9       tipc [ OPTIONS ] COMMAND ARGUMENTS
10
11
12       COMMAND := { bearer | link | media | nametable | node | socket }
13
14
15       OPTIONS := { -h[help] }
16
17

DESCRIPTION

19       The Transparent Inter-Process Communication (TIPC) protocol offers
20       total address transparency between processes which allows applications
21       in a clustered computer environment to communicate quickly and reliably
22       with each other, regardless of their location within the cluster.
23
24       TIPC originated at the telecommunications manufacturer Ericsson. The
25       first open source version of TIPC was created in 2000 when Ericsson
26       released its first Linux version of TIPC. TIPC was introduced in the
27       mainline Linux kernel in 2006 and is now widely used both within and
28       outside of Ericsson.
29
30

OPTIONS

32       -h, --help
33              Show help about last given command. For example tipc bearer
34              --help will show bearer help and tipc --help will show general
35              help. The position of the option in the string is irrelevant.
36
37

COMMANDS

39       BEARER - Show or modify TIPC bearers
40
41
42       LINK   - Show or modify TIPC links
43
44
45       MEDIA  - Show or modify TIPC media
46
47
48       NAMETABLE
49              - Show TIPC nametable
50
51
52       NODE   - Show or modify TIPC node parameters
53
54
55       SOCKET - Show TIPC sockets
56
57

ARGUMENTS

59       Command arguments are described in a command specific man page and typ‐
60       ically consists of nested commands along with key value pairs.  If no
61       arguments are given a command typically shows its help text. The
62       explicit help option -h or --help can occur anywhere among the argu‐
63       ments and will show help for the last valid command given.
64
65

EXIT STATUS

67       Exit status is 0 if command was successful or a positive integer upon
68       failure.
69
70

SEE ALSO

72       tipc-bearer(8), tipc-link(8), tipc-media(8), tipc-nametable(8), tipc-
73       node(8), tipc-peer(8), tipc-socket(8)
74

REPORTING BUGS

76       Report any bugs to the Network Developers mailing list <net‐
77       dev@vger.kernel.org> where the development and maintenance is primarily
78       done.  You do not have to be subscribed to the list to send a message
79       there.
80
81

AUTHOR

83       Richard Alpe <richard.alpe@ericsson.com>
84
85
86
87iproute2                          02 Jun 2015                          TIPC(8)
Impressum