On Fri, 2016-01-15 at 18:21 +0000, 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 globbing. Only
> 
> interface-name:?IFNAME

Hi Roger,

where do you read "interface-name:?IFNAME". AFAIS, that is not
mentioned by upstream manpage. See.

It's either:

 interface-name:=<LITERAL>

or

  interface-name:~<PATTERN>

(whereas, omitting the ~ is allowed:

  interface-name:<PATTERN>

http://cgit.freedesktop.org/NetworkManager/NetworkManager/tree/man/NetworkManager.conf.xml.in?id=7a2a96f8ef364e46f9c99798743c11f1ea02659d#n920



> does.
> 
> Here is the current code.

I don't see anything wrong. Can you be more specific?


There is also a unit-test: 
http://cgit.freedesktop.org/NetworkManager/NetworkManager/tree/src/tests/test-general.c?id=7a2a96f8ef364e46f9c99798743c11f1ea02659d#n811


ciao
Thomas

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
networkmanager-list mailing list
networkmanager-list@gnome.org
https://mail.gnome.org/mailman/listinfo/networkmanager-list

Reply via email to