Let tincctl use the NETNAME environment variable if no -n option is given.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 26 Feb 2012 11:39:46 +0000 (12:39 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 26 Feb 2012 12:08:34 +0000 (13:08 +0100)
commit344d6b9ac3c795f2942e457c1ab38b1dac5f7242
treedf72ffa22176c70f3c29bf72d203565e47fb23c8
parent84570275acd84628586a6ca591a283d074ca10f0
Let tincctl use the NETNAME environment variable if no -n option is given.

This allows administrators who frequently want to work with one tinc
network to omit the -n option. Since the NETNAME variable is set by
tincd when executing scripts, this makes it slightly easier to use
tincctl from within scripts.
doc/tinc.texi
doc/tincctl.8.in
src/tincctl.c