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)
AF_UNKNOWN is reserved for valid addresses that the local node cannot
parse, but remote nodes possibly can.


No differences found