chiark / gitweb /
net_setup/networkd: warn if matching is done on possibly unstable ifname
[elogind.git] / src / libsystemd-network / network-internal.h
index 981c4e0e213a1685bfe77886f923a2c185b0b73a..c64db2e79d27a3bcb316481691ece5925caf490d 100644 (file)
@@ -42,8 +42,7 @@ bool net_match_config(const struct ether_addr *match_mac,
                       const char *dev_parent_driver,
                       const char *dev_driver,
                       const char *dev_type,
                       const char *dev_parent_driver,
                       const char *dev_driver,
                       const char *dev_type,
-                      const char *dev_name,
-                      bool ignore_name_match);
+                      const char *dev_name);
 
 int config_parse_net_condition(const char *unit, const char *filename, unsigned line,
                                const char *section, unsigned section_line, const char *lvalue,
 
 int config_parse_net_condition(const char *unit, const char *filename, unsigned line,
                                const char *section, unsigned section_line, const char *lvalue,