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
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