Re: How to tell NM to ignore some interfaces

2015-11-18 Thread Jetchko Jekov
OK, I checked /usr/lib/udev/rules.d/85-nm-unmanaged.rules. I extended it for my purposes (why there aren't rules by default for libvirt and docker bridges btw?) I am including updated rules file. With all this in place. (NM config file is still the same) $ udevadm test /sys/class/net/tap0 [ --

Re: [PATCH 1/1] all: add C99's "bool" define and encourage its use

2015-11-18 Thread Thomas Haller
Merged the patch to master: http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=37824def11c2c7947103ae668ec487bc90c10c35 Thomas signature.asc Description: This is a digitally signed message part ___ networkmanager-list mailing list

Re: How to tell NM to ignore some interfaces

2015-11-18 Thread Jetchko Jekov
Ops, forgot to attach the file :/ On Wed, Nov 18, 2015 at 10:06 AM Jetchko Jekov wrote: > OK, I checked /usr/lib/udev/rules.d/85-nm-unmanaged.rules. > I extended it for my purposes (why there aren't rules by default for > libvirt and docker bridges btw?) > I am

Re: How to tell NM to ignore some interfaces

2015-11-18 Thread Dan Williams
On Wed, 2015-11-18 at 09:06 +, Jetchko Jekov wrote: > OK, I checked /usr/lib/udev/rules.d/85-nm-unmanaged.rules. > I extended it for my purposes (w)hy there aren't rules by default for > libvirt and docker bridges btw? NM makes a distinction between software/virtual interfaces (like

[PATCH 2/2] Added OpenSSL crypto backend

2015-11-18 Thread Joel Holdsworth
--- configure.ac| 16 ++- libnm-core/Makefile.am | 6 + libnm-core/crypto_openssl.c | 324 po/POTFILES.in | 1 + 4 files changed, 340 insertions(+), 7 deletions(-) create mode 100644 libnm-core/crypto_openssl.c

[PATCH 1/2] crypto_gnutls: Removed dead code

2015-11-18 Thread Joel Holdsworth
--- libnm-core/crypto_gnutls.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/libnm-core/crypto_gnutls.c b/libnm-core/crypto_gnutls.c index 08047bd..3f90c77 100644 --- a/libnm-core/crypto_gnutls.c +++ b/libnm-core/crypto_gnutls.c @@ -184,18 +184,15 @@ crypto_encrypt

[PATCH] nmcli: Made nmcli build optional

2015-11-18 Thread Joel Holdsworth
--- clients/cli/Makefile.am | 4 configure.ac| 13 ++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/clients/cli/Makefile.am b/clients/cli/Makefile.am index eef99cb..a2250ad 100644 --- a/clients/cli/Makefile.am +++ b/clients/cli/Makefile.am @@ -1,3