Re: [Development] Qt5 Bearer: broken PPP support

2016-09-22 Thread Alexander Smirnov
On 09/22/2016 05:07 AM, Thiago Macieira wrote: On quarta-feira, 21 de setembro de 2016 07:57:42 PDT Thiago Macieira wrote: I'll fix it when I'm back home tonight. https://codereview.qt-project.org/171756 This works for me! It was quite simple. -- With best regards, Alexander Smirnov

Re: [Development] Qt5 Bearer: broken PPP support

2016-09-21 Thread Thiago Macieira
On quarta-feira, 21 de setembro de 2016 07:57:42 PDT Thiago Macieira wrote: > I'll fix it when I'm back home tonight. https://codereview.qt-project.org/171756 It was quite simple. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center

Re: [Development] Qt5 Bearer: broken PPP support

2016-09-21 Thread Thiago Macieira
On quarta-feira, 21 de setembro de 2016 10:11:00 PDT Alexander Smirnov wrote: > ppp0 interface is created by typical Linux pppd daemon. > tun2 interface is created by openvpn. > > > I'll fix it. > > Please let me know, if you need additional information. I thought I'd fixed the tun case, as I

Re: [Development] Qt5 Bearer: broken PPP support

2016-09-21 Thread Alexander Smirnov
Hi Thiago, On terça-feira, 20 de setembro de 2016 22:48:42 PDT Alexander Smirnov wrote: After debugging I figured out, that the problem is in commit: 043f5d3eb52587831f643bc52c95079c36d984c7 This commit allows to add to list: QList interfaces; interfaces with no address field

Re: [Development] Qt5 Bearer: broken PPP support

2016-09-20 Thread Thiago Macieira
On terça-feira, 20 de setembro de 2016 22:48:42 PDT Alexander Smirnov wrote: > After debugging I figured out, that the problem is in commit: > >043f5d3eb52587831f643bc52c95079c36d984c7 > > This commit allows to add to list: > >QList interfaces; > > interfaces with no address field

[Development] Qt5 Bearer: broken PPP support

2016-09-20 Thread Alexander Smirnov
Dear all, I've faced with the following problem. I use the Linux-based board, in which I start PPP daemon to have GPRS networking. After upgrading from Qt5.4 to Qt5.6 my ppp0 interface is always in QNetworkConfiguration::Defined state, so it's unusable. After debugging I figured out, that