From 2a3269e2e0cab8c0d6c89bfd635b771f4cde06b5 Mon Sep 17 00:00:00 2001 From: brent s Date: Thu, 21 Nov 2019 06:14:20 -0500 Subject: [PATCH] so turns out we DON'T need NM installed in the host to support it, and DON'T need GI. --- .gitignore | 1 + docs/urls | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ba715fa..7f47a39 100644 --- a/.gitignore +++ b/.gitignore @@ -17,5 +17,6 @@ *.zip .*.swp .editix +.idea/ __pycache__/ test.py diff --git a/docs/urls b/docs/urls index 963666a..b429250 100644 --- a/docs/urls +++ b/docs/urls @@ -7,3 +7,5 @@ https://github.com/storaged-project/libblockdev/blob/master/tests/lvm_test.py using libnm with pygobject-introspection examples: https://gitlab.freedesktop.org/NetworkManager/NetworkManager/blob/master/examples/python/gi/ +NM.SETTING_CONNECTION_TYPE = https://developer.gnome.org/NetworkManager/stable/ch01.html +https://developer.gnome.org/libnm/stable/ch03.html