Add the ListenAddress option.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 20 Jan 2014 20:19:13 +0000 (21:19 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 20 Jan 2014 20:19:13 +0000 (21:19 +0100)
commit38adc8bf548c2c465d5f4147866c3d3f9112d3a8
treed11c31edc1ee7d9a6c7a107d6aa3297dfb287733
parente187758a7e163cb2d2e57db8b093823f68f1491f
Add the ListenAddress option.

ListenAddress works the same as BindToAddress, except that from now on,
explicitly binding outgoing packets to the address of a socket is only done for
sockets specified with BindToAddress.
bash_completion.d/tinc
doc/tinc.conf.5.in
doc/tinc.texi
src/net.h
src/net_setup.c
src/net_socket.c
src/tincctl.c