>> +++ b/src/openvpn/options.c
>> @@ -536,7 +536,7 @@ static const char usage_message[] =
>> "--cipher alg: Encrypt packets with cipher algorithm alg\n"
>> " (default=%s).\n"
>> " Set alg=none to disable encryption.\n"
>> -"--ncp-ciphers lis
On FreeBSD 12 (tested and verified on 12.1-RELEASE-p2), after "ifconfig
inet6" for a tun/tap interface, there sometimes is a race condition
where the "IFDISABLED" flag shows up after a short time frame, under
a second, and never clears itself. This disables use of the configured
IPv6 address on th
This is a corner case of a corner case option. It only works with tcp,
tap and needs special configuration.
Signed-off-by: Arne Schwabe
---
src/openvpn/options.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/openvpn/options.c b/src/openvpn/options.c
index aa7f57b5..5beaba0f 100644
--
On 23/07/2020 13:36, Arne Schwabe wrote:
>
>>> +++ b/src/openvpn/options.c
>>> @@ -536,7 +536,7 @@ static const char usage_message[] =
>>> "--cipher alg: Encrypt packets with cipher algorithm alg\n"
>>> " (default=%s).\n"
>>> " Set alg=none to d
Acked-by: Gert Doering
I think I am the only one currently using --inetd, and I only
use it on my test server rig because I was curious on whether
it still works. It does (after some code fixes, back then),
but it is very limited in what it can do, and complicates
the socket.c code quite a bit.
Hi,
Regarding,
https://community.openvpn.net/openvpn/wiki/DeprecatedOptions#Option:--route-nopull
"Openvpn devs would like to know if you use this option".
Many pfSense users use this option to policy route.
P.S.
Made a feature request at pfSense Redmine to add --pull-filter six months ago.
Am 23.07.2020 um 20:14 schrieb André via Openvpn-devel:
> Hi,
>
> Regarding,
>
> https://community.openvpn.net/openvpn/wiki/DeprecatedOptions#Option:--route-nopull
> "Openvpn devs would like to know if you use this option".
>
> Many pfSense users use this option to policy route.
I would also vo
Hi,
> Am 23.07.2020 um 20:14 schrieb André via Openvpn-devel:
>
> > Hi,
> > Regarding,
> > https://community.openvpn.net/openvpn/wiki/DeprecatedOptions#Option:--route-nopull
> > "Openvpn devs would like to know if you use this option".
> > Many pfSense users use this option to policy route.
>
> I
Hi
On Thu, Jul 23, 2020 at 4:50 PM Arne Schwabe wrote:
>
> Am 23.07.2020 um 20:14 schrieb André via Openvpn-devel:
> > Hi,
> >
> > Regarding,
> >
> > https://community.openvpn.net/openvpn/wiki/DeprecatedOptions#Option:--route-nopull
> > "Openvpn devs would like to know if you use this option".