Change AutoConnect from int to bool.
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 6 May 2014 12:11:55 +0000 (14:11 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 6 May 2014 12:11:55 +0000 (14:11 +0200)
commit332b55d4720fadea76c0a5d9b9d484af6a724006
tree20ff83443efac7948ef17b680d7e84626dc91a79
parent27acb5d04792f2da70e937543de9110e16aae21c
Change AutoConnect from int to bool.

The proper value is 3, not 2 or 4, and 5 is right out. So just hardcode this value,
and only have the option to turn AutoConnect on or off.
doc/tinc.conf.5.in
doc/tinc.texi
src/net.c
src/net.h
src/net_setup.c