1TIPC-MEDIA(8) Linux TIPC-MEDIA(8)
2
3
4
6 tipc-media - list or modify media properties
7
8
10 tipc media set { priority PRIORITY | tolerance TOLERANCE | window WIN‐
11 DOW } media MEDIA
12
13 tipc media get { priority | tolerance | window } media MEDIA
14
15 tipc media list
16
17
19 Options (flags) that can be passed anywhere in the command chain.
20
21 -h, --help
22 Show help about last valid command. For example tipc media
23 --help will show media help and tipc --help will show general
24 help. The position of the option in the string is irrelevant.
25
27 Media properties
28 priority
29 Default link priority inherited by all bearers subsequently
30 enabled on a media. For more info about link priority see tipc-
31 link(8)
32
33
34 tolerance
35 Default link tolerance inherited by all bearers subsequently
36 enabled on a media. For more info about link tolerance see tipc-
37 link(8)
38
39
40 window
41 Default link window inherited by all bearers subsequently
42 enabled on a media. For more info about link window see tipc-
43 link(8)
44
45
47 Exit status is 0 if command was successful or a positive integer upon
48 failure.
49
50
52 tipc(8), tipc-bearer(8), tipc-link(8), tipc-nametable(8), tipc-node(8),
53 tipc-peer(8), tipc-socket(8)
54
56 Report any bugs to the Network Developers mailing list <net‐
57 dev@vger.kernel.org> where the development and maintenance is primarily
58 done. You do not have to be subscribed to the list to send a message
59 there.
60
61
63 Richard Alpe <richard.alpe@ericsson.com>
64
65
66
67iproute2 02 Jun 2015 TIPC-MEDIA(8)