zehome / MLVPN

Multi-link VPN (ADSL/SDSL/xDSL/Network aggregation / bonding)
http://www.mlvpn.fr/
BSD 2-Clause "Simplified" License
518 stars 127 forks source link

Add support for Darwin (OS X) #73

Closed jedisct1 closed 8 years ago

jedisct1 commented 8 years ago

This adds support for OSX.

OSX tun/tap interfaces don't require the protocol before each packet, but devices have to be directly accessed as on BSD systems.

zehome commented 8 years ago

Thank you very much for this pull request, i'll try my best to review it this week end.