[vbox-dev] Host interface on Darwin
Roland Westrelin
roland.westrelin at gmail.com
Wed Jun 11 14:29:30 PDT 2008
> I found it pretty straightforward to modify the virtual box code to
> support a host interface on mac OS X with the following tun/tap
> driver:
> http://www-user.rhrk.uni-kl.de/~nissler/tuntap/
The diff with the current svn repository is attached. For some reason
using poll() does not work so I had to use select() instead. All the
new code does is open the configured /dev/tapX and send/receive from
it.
Roland.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: diff
Type: application/octet-stream
Size: 8201 bytes
Desc: not available
Url : http://www.virtualbox.org/pipermail/vbox-dev/attachments/20080611/34697fcc/attachment-0001.obj
More information about the vbox-dev
mailing list