chiark / gitweb /
.network/.netdev/.link: allow to match on architecture
[elogind.git] / src / udev / net / link-config.h
index 0dc156d40166df70d25a9404f2aee7d2c9f46b78..9d2eaff37cc44884e2f3e512a3b07f22dfc4c132 100644 (file)
@@ -58,6 +58,7 @@ struct link_config {
         Condition *match_host;
         Condition *match_virt;
         Condition *match_kernel;
+        Condition *match_arch;
 
         char *description;
         struct ether_addr *mac;