On 16/08/12 20:09, Gert Doering wrote:
> This amends commit 62c613d46dc49 to check whether a named tun/tap
> device ("--dev tunX" instead of "--dev tun") exists before OpenVPN
> started - if yes, keep around at program end. If no, destroy.
>
> Also has a spelling fix, and changes clear_tuntap() t
This amends commit 62c613d46dc49 to check whether a named tun/tap
device ("--dev tunX" instead of "--dev tun") exists before OpenVPN
started - if yes, keep around at program end. If no, destroy.
Also has a spelling fix, and changes clear_tuntap() to be "static"
(only ever called from within tun.c