]> git.proxmox.com Git - mirror_iproute2.git/blame - man/man8/tipc-media.8
Revert "tipc: add peer remove functionality"
[mirror_iproute2.git] / man / man8 / tipc-media.8
CommitLineData
dcd8d142
RA
1.TH TIPC-MEDIA 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-media \- list or modify media properties
8
9.SH SYNOPSIS
10.ad l
11.in +8
12
13.ti -8
14
15.ti -8
16.B tipc media set
17.RB "{ " "priority "
18.IR PRIORITY
19.RB "| " tolerance
20.IR TOLERANCE
21.RB "| " window
22.IR "WINDOW " }
23.BI "media " MEDIA
24
25.ti -8
26.B tipc media get
27.RB "{ " "priority" " | " tolerance " | " window " } " media
28.I MEDIA
29
30.ti -8
31.B tipc media list
32.br
33
34.SH OPTIONS
35Options (flags) that can be passed anywhere in the command chain.
36.TP
37.BR "\-h" , " --help"
38Show help about last valid command. For example
39.B tipc media --help
40will show media help and
41.B tipc --help
42will show general help. The position of the option in the string is irrelevant.
43.SH DESCRIPTION
44
45.SS Media properties
46
47.TP
48.B priority
49.br
50Default link priority inherited by all bearers subsequently enabled on a
51media. For more info about link priority see
52.BR tipc-link (8)
53
54.TP
55.B tolerance
56.br
57Default link tolerance inherited by all bearers subsequently enabled on a
58media. For more info about link tolerance see
59.BR tipc-link (8)
60
61.TP
62.B window
63.br
64Default link window inherited by all bearers subsequently enabled on a
65media. For more info about link window see
66.BR tipc-link (8)
67
68.SH EXIT STATUS
69Exit status is 0 if command was successful or a positive integer upon failure.
70
71.SH SEE ALSO
72.BR tipc (8),
73.BR tipc-bearer (8),
74.BR tipc-link (8),
75.BR tipc-nametable (8),
76.BR tipc-node (8),
77.BR tipc-socket (8)
78.br
79.SH REPORTING BUGS
80Report any bugs to the Network Developers mailing list
81.B <netdev@vger.kernel.org>
82where the development and maintenance is primarily done.
83You do not have to be subscribed to the list to send a message there.
84
85.SH AUTHOR
86Richard Alpe <richard.alpe@ericsson.com>