summaryrefslogtreecommitdiff
path: root/Makefile.examples
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-03-17 16:18:48 +0100
committerThomas Haller <thaller@redhat.com>2017-03-17 17:40:00 +0100
commitb869d9cc0dda4fe5300f5ec5b5a090199ecd4e3e (patch)
tree654c693a00aaf40f3293c8b9f452c8622f777138 /Makefile.examples
parent4c6edb22b70249c302209dc4af29c5caa88a764d (diff)
downloadNetworkManager-b869d9cc0dda4fe5300f5ec5b5a090199ecd4e3e.tar.gz
device: add spec "driver:" to match devices
Changing the MAC address of devices is known to fail with certain drivers. Add a device-spec to allow disabling it for for such devices. Related: https://bugzilla.gnome.org/show_bug.cgi?id=777523
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 61c2b1df6e..f464b061d6 100644
--- a/Makefile.examples
+++ b/Makefile.examples
@@ -138,6 +138,7 @@ EXTRA_DIST += \
examples/lua/lgi/deactivate-all.lua \
\
examples/nm-conf.d/30-anon.conf \
+ examples/nm-conf.d/31-mac-addr-change.conf \
\
examples/python/dbus/nm-state.py \
examples/python/dbus/add-connection.py \