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