Re: Documentation of device spec list does not agree with parser code

2016-01-18 Thread Thomas Haller
On Mon, 2016-01-18 at 16:49 +, Roger James wrote: > On 18/01/16 16:33, Thomas Haller wrote: > > On Mon, 2016-01-18 at 15:48 +, Roger James wrote: > > > On 18/01/16 11:21, Thomas Haller wrote: > > > > On Mon, 2016-01-18 at 10:54 +, Roger James wrote: > > Hi Roger, > > > > > > > > > >

Re: Documentation of device spec list does not agree with parser code

2016-01-18 Thread Roger James
On 18/01/16 16:33, Thomas Haller wrote: On Mon, 2016-01-18 at 15:48 +, Roger James wrote: On 18/01/16 11:21, Thomas Haller wrote: On Mon, 2016-01-18 at 10:54 +, Roger James wrote: Hi Roger, Sorry about the confusion. The ? instead of the ~ in the first message was a typo. Produce

Re: Documentation of device spec list does not agree with parser code

2016-01-18 Thread Thomas Haller
On Mon, 2016-01-18 at 15:48 +, Roger James wrote: > On 18/01/16 11:21, Thomas Haller wrote: > > On Mon, 2016-01-18 at 10:54 +, Roger James wrote: Hi Roger, > Sorry about the confusion. The ? instead of the ~ in the first > message  > was a typo. > > Produce the following statement in

Re: Documentation of device spec list does not agree with parser code

2016-01-18 Thread Roger James
On 18/01/16 11:21, Thomas Haller wrote: On Mon, 2016-01-18 at 10:54 +, Roger James wrote: On 17/01/16 21:04, Thomas Haller wrote: On Fri, 2016-01-15 at 18:21 +, Roger James wrote: Hi, As far as I can see the code for parsing device interface-name lists in NetworkManagerUtils.c does no

Re: Documentation of device spec list does not agree with parser code

2016-01-18 Thread Thomas Haller
On Mon, 2016-01-18 at 10:54 +, Roger James wrote: > On 17/01/16 21:04, Thomas Haller wrote: > > On Fri, 2016-01-15 at 18:21 +, Roger James wrote: > > > Hi, > > > > > > As far as I can see the code for parsing device interface-name > > > lists > > > in  > > > NetworkManagerUtils.c does not

Re: Documentation of device spec list does not agree with parser code

2016-01-18 Thread Roger James
On 17/01/16 21:04, Thomas Haller wrote: On Fri, 2016-01-15 at 18:21 +, Roger James wrote: Hi, As far as I can see the code for parsing device interface-name lists in NetworkManagerUtils.c does not agree with the man page in NetworkManager.conf.xml.in. In particular interface-name:IFNAME d

Re: Documentation of device spec list does not agree with parser code

2016-01-17 Thread Thomas Haller
On Fri, 2016-01-15 at 18:21 +, Roger James wrote: > Hi, > > As far as I can see the code for parsing device interface-name lists > in  > NetworkManagerUtils.c does not agree with the man page in  > NetworkManager.conf.xml.in. In particular > > interface-name:IFNAME > > does not support globb

Documentation of device spec list does not agree with parser code

2016-01-15 Thread Roger James
Hi, As far as I can see the code for parsing device interface-name lists in NetworkManagerUtils.c does not agree with the man page in NetworkManager.conf.xml.in. In particular interface-name:IFNAME does not support globbing. Only interface-name:?IFNAME does. Here is the current code. NMM