diff options
author | Thomas Haller <thaller@redhat.com> | 2015-09-15 14:27:31 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2015-09-18 13:14:23 +0200 |
commit | 0eebf580c1ee8a2bc6f2a499f30b0bae4690a589 (patch) | |
tree | afa88a3dd4fed7bf40fa057349f76e8825426e76 /introspection | |
parent | 69315953eb366706a6ebf1e8af14d486f7a94149 (diff) | |
download | NetworkManager-0eebf580c1ee8a2bc6f2a499f30b0bae4690a589.tar.gz |
device: allow modifying Managed property
https://bugzilla.redhat.com/show_bug.cgi?id=1114685
https://bugzilla.gnome.org/show_bug.cgi?id=746566
Related: https://bugzilla.gnome.org/show_bug.cgi?id=680909
Related: https://bugzilla.gnome.org/show_bug.cgi?id=731014
Based-on-patch-by: Lubomir Rintel <lkundrak@v3.sk>
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/nm-device.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/introspection/nm-device.xml b/introspection/nm-device.xml index ba1a8fa69b..909254002f 100644 --- a/introspection/nm-device.xml +++ b/introspection/nm-device.xml @@ -96,9 +96,13 @@ NM_DEVICE_STATE_ACTIVATED state. </tp:docstring> </property> - <property name="Managed" type="b" access="read"> + <property name="Managed" type="b" access="readwrite"> <tp:docstring> - Whether or not this device is managed by NetworkManager. + Whether or not this device is managed by NetworkManager. Setting this + property has a similar effect to configuring the device as unmanaged + via the keyfile.unmanaged-devices setting in NetworkManager.conf. + Changes to this value are not persistent and lost after NetworkManager + restart. </tp:docstring> </property> <property name="Autoconnect" type="b" access="readwrite"> |