Use AF_UNSPEC instead of AF_UNKNOWN for unspecified local address in add_edge_h().
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 15 May 2015 21:01:06 +0000 (23:01 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 15 May 2015 21:01:06 +0000 (23:01 +0200)
commit8028e01100eb40f64da5e50ef33fbf9e3f8099de
tree7239922e660dd31840bba6c66f97ece651d143ba
parentfd1cff6df23c3f16a46edaff8a52a7212914b2f0
Use AF_UNSPEC instead of AF_UNKNOWN for unspecified local address in add_edge_h().

AF_UNKNOWN is reserved for valid addresses that the local node cannot
parse, but remote nodes possibly can.
src/protocol_edge.c