chiark / gitweb /
udev - link-setup - expose ID_NET_DRIVER
[elogind.git] / src / network / networkd.h
index 8008df5a793a9a4155f49999d60071cb8f19fbee..fb0976491c31032b2aba0947a8e952ab5db4c4b0 100644 (file)
@@ -71,9 +71,10 @@ struct NetDev {
 
         char *filename;
 
-        Condition *condition_host;
-        Condition *condition_virt;
-        Condition *condition_kernel;
+        Condition *match_host;
+        Condition *match_virt;
+        Condition *match_kernel;
+        Condition *match_arch;
 
         char *description;
         char *name;
@@ -100,6 +101,7 @@ struct Network {
         Condition *match_host;
         Condition *match_virt;
         Condition *match_kernel;
+        Condition *match_arch;
 
         char *description;
         NetDev *bridge;