]> 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>
Thu, 15 Apr 2021 18:30:51 +0000 (20:30 +0200)
commit2cfd995e3587faa26b7d2e4383c4cf2275a56dd0
treeda5fc314333c2bf352f5821d8cf400f7a336c9a7
parent29dbceb7c011b3114cf97bb7712e56b4ed0c5e27
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