pty98 support missing
Status: Inactive
Brought to you by:
mtbishop
In the 3 Beta version configure would never detect pty98 support under Linux. I never reported it. I simply added the correct defines in config.h and compiled support for pty98.
I only noticed this when moving to newer Linux distributions that by default did not compile legacy pty support in the kernel. When using the ppp method I would get an error that ttypX could not be opened. No such device. After looking at the code I could see all I needed was to add the PTS_XXXXXX defines and then vtun started using /dev/pts instead of /dev/ttypX
Christophe's patch
Logged In: YES
user_id=10830
Originator: YES
File Added: vtun-3.0.1_pts.patch
This patch is bogus. Can you please cut a new one from 302/303 and test on that?
Thanks.