tipc-node - Man Page

modify and show local node parameters or list peer nodes

Synopsis

tipc node set { address ADDRESS | netid NETID }

tipc node get { address | netid }

tipc node list

Options

Options (flags) that can be passed anywhere in the command chain.

-h, ā€‰--help

Show help about last valid command. For example tipc node --help will show node help and tipc --help will show general help. The position of the option in the string is irrelevant.

Description

Node parameters

address

The TIPC logical address. On the form x.y.z where x, y and z are unsigned integers.

netid

Network identity. Can by used to create individual TIPC clusters on the same media.

Exit Status

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

See Also

tipc(8), tipc-bearer(8), tipc-link(8), tipc-media(8), tipc-nametable(8), tipc-peer(8), tipc-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>

Referenced By

tipc(8), tipc-bearer(8), tipc-link(8), tipc-media(8), tipc-nametable(8), tipc-peer(8), tipc-socket(8).

02 Jun 2015 iproute2 Linux