www.LinuxHowtos.org





TIP-MEDIA

Section: Linux (8)
Updated: 02 Jun 2015
Index Return to Main Contents

 

NAME

tip-media - list or modify media properties

 

SYNOPSIS



tipc media set { priority PRIORITY | tolerance TOLERANCE | window WINDOW } media MEDIA


tipc media get { priority | tolerance | window } media MEDIA


tipc media list

 

OPTIONS

Options (flags) that can be passed anywhere in the command chain.
-h,-help
Show help about last valid command. For example tipc media-help will show media help and tipc-help will show general help. The position of the option in the string is irrelevant.
 

DESCRIPTION

 

Media properties

priority

Default link priority inherited by all bearers subsequently enabled on a media. For more info about link priority see tip-link(8)

tolerance

Default link tolerance inherited by all bearers subsequently enabled on a media. For more info about link tolerance see tip-link(8)

window

Default link window inherited by all bearers subsequently enabled on a media. For more info about link window see tip-link(8)

 

EXIT STATUS

Exit status is 0 if command was successful or a positive integer upon failure.

 

SEE ALSO

tipc(8), tip-bearer(8), tip-link(8), tip-nametable(8), tip-node(8), tip-peer(8), tip-socket(8)
 

REPORTING BUGS

Report any bugs to the Network Developers mailing list <netdev@vger.kernel.org> where the development and maintenance is primarily done. You do not have to be subscribed to the list to send a message there.

 

AUTHOR

Richard Alpe <richard.alpe@ericsson.com>


 

Index

NAME
SYNOPSIS
OPTIONS
DESCRIPTION
Media properties
EXIT STATUS
SEE ALSO
REPORTING BUGS
AUTHOR