]> git.proxmox.com Git - mirror_iproute2.git/blob - man/man8/tipc-media.8
4689cb3fae96a139609197f884fdc327febce561
[mirror_iproute2.git] / man / man8 / tipc-media.8
1 .TH TIPC-MEDIA 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-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
35 Options (flags) that can be passed anywhere in the command chain.
36 .TP
37 .BR "\-h" , " --help"
38 Show help about last valid command. For example
39 .B tipc media --help
40 will show media help and
41 .B tipc --help
42 will 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
50 Default link priority inherited by all bearers subsequently enabled on a
51 media. For more info about link priority see
52 .BR tipc-link (8)
53
54 .TP
55 .B tolerance
56 .br
57 Default link tolerance inherited by all bearers subsequently enabled on a
58 media. For more info about link tolerance see
59 .BR tipc-link (8)
60
61 .TP
62 .B window
63 .br
64 Default link window inherited by all bearers subsequently enabled on a
65 media. For more info about link window see
66 .BR tipc-link (8)
67
68 .SH EXIT STATUS
69 Exit 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-peer (8),
78 .BR tipc-socket (8)
79 .br
80 .SH REPORTING BUGS
81 Report any bugs to the Network Developers mailing list
82 .B <netdev@vger.kernel.org>
83 where the development and maintenance is primarily done.
84 You do not have to be subscribed to the list to send a message there.
85
86 .SH AUTHOR
87 Richard Alpe <richard.alpe@ericsson.com>