]> git.meshlink.io Git - meshlink/commit - src/meshlink.c
Ignore address hints for our local node.
authorGuus Sliepen <guus@meshlink.io>
Wed, 21 Jun 2017 20:57:34 +0000 (22:57 +0200)
committerGuus Sliepen <guus@meshlink.io>
Wed, 21 Jun 2017 20:57:34 +0000 (22:57 +0200)
commit19e3a59047f31fc9143d09c3ef151f25d7d60452
tree4ba8c3bfc730a37725d1d6f9ed793c8a80b134bf
parent426e4bdea4eace563b7d2b0d000f6c3fe17cc4fd
Ignore address hints for our local node.

Catta also sees itself, which causes MeshLink to add address hints for
its own node. That causes link-local addresses to be added. When calling
meshlink_invite(), the first link-local address would then be used for
the invitation URL, which is not desirable.
src/meshlink.c