summaryrefslogtreecommitdiff
path: root/Makefile.examples
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-01-08 11:10:25 +0100
committerThomas Haller <thaller@redhat.com>2019-02-22 11:00:11 +0100
commitdebd022a6d23e372d7940231e12f17bc5578c3d4 (patch)
tree97000a1ee0c14bda7013e139505c95a565ef9aea /Makefile.examples
parent395a78618b6d42c059b52aee129a7777922469eb (diff)
downloadNetworkManager-debd022a6d23e372d7940231e12f17bc5578c3d4.tar.gz
examples: add python example script "nm-wg-set" for modifying WireGuard profile
Use the script to test how GObject introspection with libnm's WireGuard support works. Also, since support for WireGuard peers is not yet implemented in nmcli (or other clients), this script is rather useful.
Diffstat (limited to 'Makefile.examples')
-rw-r--r--Makefile.examples1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.examples b/Makefile.examples
index d49db6ce86..92923a8db6 100644
--- a/Makefile.examples
+++ b/Makefile.examples
@@ -177,6 +177,7 @@ EXTRA_DIST += \
examples/python/gi/get_ips.py \
examples/python/gi/list-connections.py \
examples/python/gi/nm-connection-update-stable-id.py \
+ examples/python/gi/nm-wg-set \
examples/python/gi/setting-user-data.py \
examples/python/gi/show-wifi-networks.py \
examples/python/gi/update-ip4-method.py \