Add the LocalDiscoveryAddress option.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 31 May 2013 16:50:34 +0000 (18:50 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 31 May 2013 16:50:34 +0000 (18:50 +0200)
commitb811e980e3a2a301c019459b91df2252468fd572
tree758b2b5d271d278589b642356446988a161b75d5
parente92b2004e20e1c8e6bc56f97bf4a45c6da4a630c
Add the LocalDiscoveryAddress option.

When LocalDiscovery is enabled, tinc normally sends broadcast packets during
PMTU discovery to the broadcast address (255.255.255.255 or ff02::1). This
option lets tinc use a different address.

At the moment only one LocalDiscoveryAddress can be specified.
doc/tinc.conf.5.in
doc/tinc.texi
src/net.h
src/net_packet.c
src/net_setup.c