chiark / gitweb /
network/link: Match - filter on kernel cmdline, host and virt
[elogind.git] / src / network / networkd.h
index 5a1bf1a4cac8aba722e462d7f0e54fadd02018d4..f16226ad7d0378f830fecfec9f87727aad622c0d 100644 (file)
@@ -32,6 +32,7 @@
 #include "rtnl-util.h"
 #include "hashmap.h"
 #include "list.h"
+#include "condition-util.h"
 
 typedef struct NetDev NetDev;
 typedef struct Network Network;
@@ -92,6 +93,9 @@ struct Network {
         char *match_driver;
         char *match_type;
         char *match_name;
+        Condition *match_host;
+        Condition *match_virt;
+        Condition *match_kernel;
 
         char *description;
         NetDev *bridge;