Re: [Openvpn-devel] [PATCH 8/9] Rename ncp-ciphers to data-ciphers

2020-07-23 Thread Arne Schwabe
>> +++ 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

[Openvpn-devel] [PATCH] Workaround FreeBSD 12+ race condition on tun/tap open with IPv6.

2020-07-23 Thread Gert Doering
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

[Openvpn-devel] [PATCH] Deprecate --inetd

2020-07-23 Thread Arne Schwabe
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 --

Re: [Openvpn-devel] [PATCH 8/9] Rename ncp-ciphers to data-ciphers

2020-07-23 Thread David Sommerseth
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

[Openvpn-devel] [PATCH applied] Re: Deprecate --inetd

2020-07-23 Thread Gert Doering
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.

[Openvpn-devel] Regarding deprecation of --route-nopull

2020-07-23 Thread 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. P.S. Made a feature request at pfSense Redmine to add --pull-filter six months ago.

Re: [Openvpn-devel] Regarding deprecation of --route-nopull

2020-07-23 Thread Arne Schwabe
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

Re: [Openvpn-devel] Regarding deprecation of --route-nopull

2020-07-23 Thread André via Openvpn-devel
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

Re: [Openvpn-devel] Regarding deprecation of --route-nopull

2020-07-23 Thread Selva Nair
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".