Add tun_darwin.go which uses ifconfig instead of iproute2

This commit is contained in:
Neil Alexander 2018-01-15 11:46:31 +00:00
parent 75965b6da4
commit c96f00666b
2 changed files with 49 additions and 0 deletions

View file

@ -1,4 +1,5 @@
// +build !linux
// +build !darwin
package yggdrasil