diff options
author | Thomas Haller <thaller@redhat.com> | 2017-11-30 14:50:53 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2017-12-05 19:57:24 +0100 |
commit | 8388f4ea1df8ae6f348154673dc4d409115006b7 (patch) | |
tree | 10367f1abd3b674da01e13954e609ae4dfbd8a29 /Makefile.examples | |
parent | 8bb95a8365e55cfced245d3e34515434def1a10b (diff) | |
download | NetworkManager-8388f4ea1df8ae6f348154673dc4d409115006b7.tar.gz |
examples: add python/gi example nm-connection-update-stable-id.py
The example script touches the stable-id of a connection.
It does so blocking autoconnect, and was originally written
to test that functionality.
Diffstat (limited to 'Makefile.examples')
-rw-r--r-- | Makefile.examples | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.examples b/Makefile.examples index fc08851ca6..79f2482d9f 100644 --- a/Makefile.examples +++ b/Makefile.examples @@ -173,6 +173,7 @@ EXTRA_DIST += \ examples/python/gi/get-active-connections.py \ examples/python/gi/get_ips.py \ examples/python/gi/list-connections.py \ + examples/python/gi/nm-connection-update-stable-id.py \ examples/python/gi/setting-user-data.py \ examples/python/gi/show-wifi-networks.py \ examples/python/gi/update-ip4-method.py \ |