diff options
author | Thomas Haller <thaller@redhat.com> | 2017-03-17 16:18:48 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2017-03-17 17:40:00 +0100 |
commit | b869d9cc0dda4fe5300f5ec5b5a090199ecd4e3e (patch) | |
tree | 654c693a00aaf40f3293c8b9f452c8622f777138 /man | |
parent | 4c6edb22b70249c302209dc4af29c5caa88a764d (diff) | |
download | NetworkManager-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 'man')
-rw-r--r-- | man/NetworkManager.conf.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/NetworkManager.conf.xml b/man/NetworkManager.conf.xml index 7ca496bfb0..13282f488b 100644 --- a/man/NetworkManager.conf.xml +++ b/man/NetworkManager.conf.xml @@ -1173,6 +1173,13 @@ enable=nm-version-min:1.3,nm-version-min:1.2.6,nm-version-min:1.0.16 Globbing is not supported.</para></listitem> </varlistentry> <varlistentry> + <term>driver:DRIVER</term> + <listitem><para>Match the device driver as reported by "<literal>nmcli -f GENERAL.DRIVER,GENERAL.DRIVER-VERSION device show</literal>". + "<literal>DRIVER</literal>" must match the driver name exactly and does not support globbing. + Optionally, a driver version may be specified separated by '/'. Globbing is supported for the version. + </para></listitem> + </varlistentry> + <varlistentry> <term>except:SPEC</term> <listitem><para>Negative match of a device. <literal>SPEC</literal> must be explicitly qualified with a prefix such as <literal>interface-name:</literal>. A negative match has higher priority then the positive |