]> git.meshlink.io Git - meshlink/commit
Add local discovery support for macOS.
authorGuus Sliepen <guus@meshlink.io>
Thu, 13 Aug 2020 20:48:06 +0000 (22:48 +0200)
committerGuus Sliepen <guus@meshlink.io>
Tue, 26 Jan 2021 20:43:45 +0000 (21:43 +0100)
commitbaeb6c0ea8746dc2387cbbb186874821223b0835
tree695264eff374e9b8afa323e06321877ca4059316
parent244c5cd1dba4efdfd54aee505baaccf050900c07
Add local discovery support for macOS.

This implements the pfroute counterpart to Linux's netlink interface.
Pfroute doesn't allow easy querying the current interfaces and addresses,
so we use getifaddrs() for that.
src/discovery.c