Re: [Openvpn-devel] couple of questions on trac#665

2016-12-30 Thread Gert Doering
Hi, On Thu, Dec 29, 2016 at 10:30:58AM +0500, ?? wrote: > I would split !read || !write into 2 separate calls with separate debug log > messages... NAK on this. This code can basically not fail unless the interactive service dies - and then, it does not really matter which

Re: [Openvpn-devel] couple of questions on trac#665

2016-12-30 Thread Gert Doering
Hi, On Thu, Dec 29, 2016 at 09:56:44AM +0500, ?? wrote: > I seem to see several times issues like described in #665 It came up on openvpn-users yesterday as well, and that's a bit weird as our test set covers the case in question ("connect to different remotes on the same tap

Re: [Openvpn-devel] couple of questions on trac#665

2016-12-28 Thread Илья Шипицин
2016-12-29 10:23 GMT+05:00 Selva Nair : > Hi, > > On Wed, Dec 28, 2016 at 11:56 PM, Илья Шипицин > wrote: > >> >> I seem to see several times issues like described in #665 >> > > I have seen this in the past but, iirc, without the FlushipNetTable error, > though not 100% sure of that. > > However

Re: [Openvpn-devel] couple of questions on trac#665

2016-12-28 Thread Илья Шипицин
2016-12-29 10:23 GMT+05:00 Selva Nair : > Hi, > > On Wed, Dec 28, 2016 at 11:56 PM, Илья Шипицин > wrote: > >> >> I seem to see several times issues like described in #665 >> > > I have seen this in the past but, iirc, without the FlushipNetTable error, > though not 100% sure of that. > > However

Re: [Openvpn-devel] couple of questions on trac#665

2016-12-28 Thread Selva Nair
Hi, On Wed, Dec 28, 2016 at 11:56 PM, Илья Шипицин wrote: > > I seem to see several times issues like described in #665 > I have seen this in the past but, iirc, without the FlushipNetTable error, though not 100% sure of that. However, > > what seems to be strange is couple of things: > > 1)

Re: [Openvpn-devel] couple of questions on trac#665

2016-12-28 Thread Илья Шипицин
2016-12-29 9:56 GMT+05:00 Илья Шипицин : > Hello, > > I seem to see several times issues like described in #665 > > what seems to be strange is couple of things: > > 1) "OR" clause. why not "AND" ? https://github.com/OpenVPN/ > openvpn/blob/master/src/openvpn/tun.c#L6012-L6013 > I will answer my

[Openvpn-devel] couple of questions on trac#665

2016-12-28 Thread Илья Шипицин
Hello, I seem to see several times issues like described in #665 what seems to be strange is couple of things: 1) "OR" clause. why not "AND" ? https://github.com/OpenVPN/openvpn/blob/master/src/openvpn/tun.c#L6012-L6013 2) error message seems to be irrelevant https://github.com/OpenVPN/openvpn/