chiark / gitweb /
udev: link-config: add ethtool support
[elogind.git] / src / udev / net / link-config.h
index da5608ce4c9112206cd0b7d7aeb6f0fec27ca5a4..57d2c9c3cd635fe3e5a5d11112a6b046254b50ef 100644 (file)
@@ -38,6 +38,9 @@ struct link_config {
         char *match_type;
 
         char *description;
+        unsigned int speed;
+        char *duplex;
+        char *wol;
 
         LIST_FIELDS(link_config, links);
 };