chiark / gitweb /
network/link: Match - filter on kernel cmdline, host and virt
[elogind.git] / src / udev / net / link-config.h
index 4fc8963114c2e3ca277c237c8ff56628d2efe2ab..0dc156d40166df70d25a9404f2aee7d2c9f46b78 100644 (file)
@@ -23,6 +23,7 @@
 
 #include "ethtool-util.h"
 
+#include "condition-util.h"
 #include "libudev.h"
 #include "util.h"
 #include "list.h"
@@ -54,6 +55,9 @@ struct link_config {
         char *match_path;
         char *match_driver;
         char *match_type;
+        Condition *match_host;
+        Condition *match_virt;
+        Condition *match_kernel;
 
         char *description;
         struct ether_addr *mac;