Blame man/man8/tipc-node.8

Packit Service 3880ab
.TH TIPC-NODE 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-node \- modify and show local node parameters or list peer nodes
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
.B tipc node set
Packit Service 3880ab
.RB "{ " "address "
Packit Service 3880ab
.IR ADDRESS
Packit Service 3880ab
.RB "| " netid
Packit Service 3880ab
.IR NETID
Packit Service 3880ab
.RB "} "
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.B tipc node get
Packit Service 3880ab
.RB "{ " "address" " | " netid " } "
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.B tipc node 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 node --help
Packit Service 3880ab
will show node 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 Node parameters
Packit Service 3880ab
.TP
Packit Service 3880ab
.BI address
Packit Service 3880ab
.br
Packit Service 3880ab
The TIPC logical address. On the form x.y.z where x, y and z are unsigned
Packit Service 3880ab
integers.
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.BI netid
Packit Service 3880ab
.br
Packit Service 3880ab
Network identity. Can by used to create individual TIPC clusters on the same
Packit Service 3880ab
media.
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-media (8),
Packit Service 3880ab
.BR tipc-nametable (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>