[Openvpn-devel] tap support for freebsd

2004-02-19 Thread Nathanael Rensen
I have been attempting to use 1.6_beta6 and found that support for the tap device wasn't working on FreeBSD 5.1. I discovered it worked fine on FreeBSD 5.1 with 1.6_beta1. I believe that it is necessary to conditionalise the write_tun and read_tun functions (tun.c) in the same way as has been

[Openvpn-devel] Re: tap support for freebsd

2004-02-21 Thread Nathanael Rensen
Thomas Glanzmann stud.uni-erlangen.de> writes: > Could you please send me a patch for this. Sure. I'm sorry I didn't include one in the initial post. Below is a patch against version 1.41 of tun.c. Apart from replacing openbsd with freebsd, it is just a straight copy of the corresponding functi