From bf175aafd20c9ef974709ef12c5acf836121af33 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Fri, 21 Feb 2014 22:29:25 +0100 Subject: 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. --- man/udev.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'man/udev.xml') 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 @@ Driver= The driver currently bound to the device, as exposed by the - udev property DRIVER of its parent device. + udev property DRIVER of its parent device, or if + that is not set the driver as exposed by ethtool -i + of the device itself. -- cgit v1.2.3-54-g00ecf