]> git.proxmox.com Git - mirror_iproute2.git/blob - man/man8/tipc-socket.8
bridge: mdb: add support for source address
[mirror_iproute2.git] / man / man8 / tipc-socket.8
1 .TH TIPC-SOCKET 8 "02 Jun 2015" "iproute2" "Linux"
2
3 .\" For consistency, please keep padding right aligned.
4 .\" For example '.B "foo " bar' and not '.B foo " bar"'
5
6 .SH NAME
7 tipc-socket \- show TIPC socket (port) information
8
9 .SH SYNOPSIS
10 .ad l
11 .in +8
12
13 .ti -8
14 .B tipc socket list
15
16 .SH OPTIONS
17 Options (flags) that can be passed anywhere in the command chain.
18 .TP
19 .BR "\-h" , " --help"
20 Show help about last valid command. For example
21 .B tipc socket --help
22 will show socket help and
23 .B tipc --help
24 will show general help. The position of the option in the string is irrelevant.
25
26 .SH DESCRIPTION
27 A TIPC socket is represented by an unsigned integer.
28
29 .TP
30 .SS Bound state
31 A bound socket has a logical TIPC port name associated with it.
32
33 .TP
34 .SS Connected state
35 A connected socket is directly connected to another socket creating a point
36 to point connection between TIPC sockets. If the connection to X was made using
37 a logical port name Y that name will show up as
38 .BR "connected to " "X " "via " Y
39 .
40
41 .SH EXIT STATUS
42 Exit status is 0 if command was successful or a positive integer upon failure.
43
44 .SH SEE ALSO
45 .BR tipc (8),
46 .BR tipc-bearer (8)
47 .BR tipc-link (8),
48 .BR tipc-media (8),
49 .BR tipc-nametable (8),
50 .BR tipc-node (8),
51 .br
52 .SH REPORTING BUGS
53 Report any bugs to the Network Developers mailing list
54 .B <netdev@vger.kernel.org>
55 where the development and maintenance is primarily done.
56 You do not have to be subscribed to the list to send a message there.
57
58 .SH AUTHOR
59 Richard Alpe <richard.alpe@ericsson.com>