jerluc / driftd

Drift protocol daemon
MIT License
1 stars 0 forks source link

Verify Darwin-amd64 support #5

Open jerluc opened 7 years ago

jerluc commented 7 years ago

I seem to recall the serial library working for previous projects on macOS, but in my recent attempts to cross-compile for Darwin, it looks to be broken. It'd be good to verify that it does indeed build properly on macOS and to isolate whether this is a cross-compilation issue or an actual platform support issue.

jerluc commented 7 years ago

Verified on a semi-recent OSX version (not macOS though!) and can confirm that the serial library at least works, along with the TUN device creation. It looks like the main issue now is getting an OSX/macOS compatible form of the ip command to use for configuring the new TUN device.