]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-conf.c
conf-parser: turn three bool function params into a flags fields
[thirdparty/systemd.git] / src / network / networkd-conf.c
index 025662437b8bd0d14aeb3ad21252dc988bf9a2ca..25ec160df84e5b18396a5ae63f250acc24287146 100644 (file)
@@ -35,7 +35,7 @@ int manager_parse_config_file(Manager *m) {
                                         CONF_PATHS_NULSTR("systemd/networkd.conf.d"),
                                         "DHCP\0",
                                         config_item_perf_lookup, networkd_gperf_lookup,
-                                        false, m);
+                                        CONFIG_PARSE_WARN, m);
 }
 
 static const char* const duid_type_table[_DUID_TYPE_MAX] = {