diff options
author | Tom Gundersen <teg@jklm.no> | 2014-02-21 16:54:00 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-02-21 21:00:39 +0100 |
commit | 847a8a5fed4d265dfa659917515c6f9bd1b8d5c4 (patch) | |
tree | a66310a760d1ea59a366113d4ce5d35cd3f0c014 /src/udev/net/link-config.h | |
parent | a0eb2a751c6f3e9c233772cd9af8e8ee1504d27a (diff) |
udev - link-setup - expose ID_NET_DRIVER
This is the same as shown by 'ethtool -i <ifname>', and is sometimes
set even though DRIVER is not.
Diffstat (limited to 'src/udev/net/link-config.h')
-rw-r--r-- | src/udev/net/link-config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/udev/net/link-config.h b/src/udev/net/link-config.h index 9d2eaff37c..24fdb87e4c 100644 --- a/src/udev/net/link-config.h +++ b/src/udev/net/link-config.h @@ -83,6 +83,8 @@ bool link_config_should_reload(link_config_ctx *ctx); int link_config_get(link_config_ctx *ctx, struct udev_device *device, struct link_config **ret); int link_config_apply(link_config_ctx *ctx, struct link_config *config, struct udev_device *device, const char **name); +int link_get_driver(link_config_ctx *ctx, struct udev_device *device, char **ret); + const char *name_policy_to_string(NamePolicy p) _const_; NamePolicy name_policy_from_string(const char *p) _pure_; |