We used to call "ifconfig tun0 inet6 add...". The "inet6" part is optional,
and not understood by busybox. So now we call "ifconfig tun0 add ...",
which works on all supported Linux variants.
Tested on Gentoo, RHEL5+, Debian Lenny & up.
Signed-off-by: Gert Doering
---
src/openvpn/tun.c |2
From: Heiko Hund
With this option, users can basically undo the changes of the UTF-8
support commit 5e86fd93779482b90a191f929edebe414cd78a4f. It's here for
short term compatibility and should be removed again as soon as possible.
When OpenSSL is used, the subject strings will be in the proprieta
On 03/09/12 14:16, Arne Schwabe wrote:
> ---
> doc/openvpn.8 |4
> 1 file changed, 4 insertions(+)
Applied to master.
commit 341e6bb67f072731d75769ce875633e544544062
Author: Arne Schwabe
List-Post: openvpn-devel@lists.sourceforge.net
Date: Mon Sep 3 14:16:04 2012 +0200
Document
On 10/09/12 16:39, Arne Schwabe wrote:
> Commit 4806cc102655f1a829d656f6deb83e5953c5eab2 fixed only part of
> the problem. Since it removed the filename either the magic filename
> has to be resurrected or all checks against priv_key_file need to
> take to check for MF_EXTERNAL_KEY as well. This pa
On 11/09/12 13:56, Gert Doering wrote:
> We used to call "ifconfig tun0 inet6 add...". The "inet6" part is optional,
> and not understood by busybox. So now we call "ifconfig tun0 add ...",
> which works on all supported Linux variants.
>
> Tested on Gentoo, RHEL5+, Debian Lenny & up.
>
> Signe
On 09/09/12 03:30, David Sommerseth wrote:
> From: David Sommerseth
>
> When the server is configured with UDP and --push statements, reconnecting
> often fails by the client never receiving PUSH_REPLY. The client sends
> PUSH_REQUEST and the server logs these requests but does not send them.
>