From: Yu Watanabe Date: Sun, 25 Apr 2021 23:16:08 +0000 (+0900) Subject: network: add missing sections X-Git-Tag: v249-rc1~346 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25054e1bfb2e188c3f992cdde41c71f09eed8db5;p=thirdparty%2Fsystemd.git network: add missing sections Follow-up for 4e26a5baa0045c8bbb899f0c72f07ac630692bd3. Fixes one of issues in #19410. --- diff --git a/src/network/networkd-conf.c b/src/network/networkd-conf.c index 7907fa81403..0b55ef29a25 100644 --- a/src/network/networkd-conf.c +++ b/src/network/networkd-conf.c @@ -18,6 +18,8 @@ int manager_parse_config_file(Manager *m) { PKGSYSCONFDIR "/networkd.conf", CONF_PATHS_NULSTR("systemd/networkd.conf.d"), "Network\0" + "DHCPv4\0" + "DHCPv6\0" "DHCP\0", config_item_perf_lookup, networkd_gperf_lookup, CONFIG_PARSE_WARN,