summaryrefslogtreecommitdiff
path: root/Makefile.examples
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-11-03 13:47:00 +0100
committerThomas Haller <thaller@redhat.com>2020-11-09 17:53:15 +0100
commit7e39e23f64184ddd12a7bb4d34b4d4ae616c059d (patch)
treef3da4bf63d2d6b1fd01323443e5ad58a2c6b7af9 /Makefile.examples
parent6100b52e5ccc80b9c11e35907c0537d930f50da6 (diff)
downloadNetworkManager-7e39e23f64184ddd12a7bb4d34b4d4ae616c059d.tar.gz
examples: add "ovs-external-ids.py" example script
And example script for getting and setting OVS external-ids. Since currently there is no nmcli support for these properties yet, the script becomes more interesting. This "example" is rather long, and it showcases less the usage of libnm (which is rather trivial, with respect to configuring NMSettingOvsExternalIDs). Instead, it aims to provide a useful command line tool for debugging. Hence, it's mostly concerned with an elaborate command line syntax and useful print output.
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 3ac292fdd8..3cb46293bb 100644
--- a/Makefile.examples
+++ b/Makefile.examples
@@ -181,6 +181,7 @@ EXTRA_DIST += \
examples/python/gi/nm-keyfile.py \
examples/python/gi/nm-update2.py \
examples/python/gi/nm-wg-set \
+ examples/python/gi/ovs-external-ids.py \
examples/python/gi/setting-user-data.py \
examples/python/gi/show-wifi-networks.py \
examples/python/gi/update-ip4-method.py \