Blame man/man8/tipc-media.8

Packit Service 3880ab
.TH TIPC-MEDIA 8 "02 Jun 2015" "iproute2" "Linux"
Packit Service 3880ab
Packit Service 3880ab
.\" For consistency, please keep padding right aligned.
Packit Service 3880ab
.\" For example '.B "foo " bar' and not '.B foo " bar"'
Packit Service 3880ab
Packit Service 3880ab
.SH NAME
Packit Service 3880ab
tipc-media \- list or modify media properties
Packit Service 3880ab
Packit Service 3880ab
.SH SYNOPSIS
Packit Service 3880ab
.ad l
Packit Service 3880ab
.in +8
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.B tipc media set
Packit Service 3880ab
.RB "{ " "priority "
Packit Service 3880ab
.IR PRIORITY
Packit Service 3880ab
.RB "| " tolerance
Packit Service 3880ab
.IR TOLERANCE
Packit Service 3880ab
.RB "| " window
Packit Service 3880ab
.IR "WINDOW " }
Packit Service 3880ab
.BI "media " MEDIA
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.B tipc media get
Packit Service 3880ab
.RB "{ " "priority" " | " tolerance " | " window " } " media
Packit Service 3880ab
.I MEDIA
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.B tipc media list
Packit Service 3880ab
.br
Packit Service 3880ab
Packit Service 3880ab
.SH OPTIONS
Packit Service 3880ab
Options (flags) that can be passed anywhere in the command chain.
Packit Service 3880ab
.TP
Packit Service 3880ab
.BR "\-h" , " --help"
Packit Service 3880ab
Show help about last valid command. For example
Packit Service 3880ab
.B tipc media --help
Packit Service 3880ab
will show media help and
Packit Service 3880ab
.B tipc --help
Packit Service 3880ab
will show general help. The position of the option in the string is irrelevant.
Packit Service 3880ab
.SH DESCRIPTION
Packit Service 3880ab
Packit Service 3880ab
.SS Media properties
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.B priority
Packit Service 3880ab
.br
Packit Service 3880ab
Default link priority inherited by all bearers subsequently enabled on a
Packit Service 3880ab
media. For more info about link priority see
Packit Service 3880ab
.BR tipc-link (8)
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.B tolerance
Packit Service 3880ab
.br
Packit Service 3880ab
Default link tolerance inherited by all bearers subsequently enabled on a
Packit Service 3880ab
media. For more info about link tolerance see
Packit Service 3880ab
.BR tipc-link (8)
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.B window
Packit Service 3880ab
.br
Packit Service 3880ab
Default link window inherited by all bearers subsequently enabled on a
Packit Service 3880ab
media. For more info about link window see
Packit Service 3880ab
.BR tipc-link (8)
Packit Service 3880ab
Packit Service 3880ab
.SH EXIT STATUS
Packit Service 3880ab
Exit status is 0 if command was successful or a positive integer upon failure.
Packit Service 3880ab
Packit Service 3880ab
.SH SEE ALSO
Packit Service 3880ab
.BR tipc (8),
Packit Service 3880ab
.BR tipc-bearer (8),
Packit Service 3880ab
.BR tipc-link (8),
Packit Service 3880ab
.BR tipc-nametable (8),
Packit Service 3880ab
.BR tipc-node (8),
Packit Service 3880ab
.BR tipc-peer (8),
Packit Service 3880ab
.BR tipc-socket (8)
Packit Service 3880ab
.br
Packit Service 3880ab
.SH REPORTING BUGS
Packit Service 3880ab
Report any bugs to the Network Developers mailing list
Packit Service 3880ab
.B <netdev@vger.kernel.org>
Packit Service 3880ab
where the development and maintenance is primarily done.
Packit Service 3880ab
You do not have to be subscribed to the list to send a message there.
Packit Service 3880ab
Packit Service 3880ab
.SH AUTHOR
Packit Service 3880ab
Richard Alpe <richard.alpe@ericsson.com>