diff options
author | Tom Gundersen <teg@jklm.no> | 2014-02-21 22:29:25 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-02-21 22:59:29 +0100 |
commit | bf175aafd20c9ef974709ef12c5acf836121af33 (patch) | |
tree | 47262edca73fc2ea2107185eb1a45066c426ca61 /man | |
parent | 95f41b729855bdc9788bec87ab25e54e25ca8a5f (diff) |
net-util: match on the driver as exposed by ethtool if DRIVER not set
Also fix a copy-paste error that broke matching on interface name.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-networkd.service.xml | 5 | ||||
-rw-r--r-- | man/udev.xml | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml index 026536ebd9..2517efc4a7 100644 --- a/man/systemd-networkd.service.xml +++ b/man/systemd-networkd.service.xml @@ -216,8 +216,9 @@ <listitem> <para>The driver currently bound to the device, as exposed by the udev property <literal>DRIVER</literal> - of its parent device. - </para> + of its parent device, or if that is not set the driver + as exposed by <literal>ethtool -i</literal> of the + device itself.</para> </listitem> </varlistentry> <varlistentry> diff --git a/man/udev.xml b/man/udev.xml index 0e75715887..ae7dc61b03 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -807,7 +807,9 @@ <term><varname>Driver=</varname></term> <listitem> <para>The driver currently bound to the device, as exposed by the - udev property <literal>DRIVER</literal> of its parent device.</para> + udev property <literal>DRIVER</literal> of its parent device, or if + that is not set the driver as exposed by <literal>ethtool -i</literal> + of the device itself.</para> </listitem> </varlistentry> <varlistentry> |