X Tutup
Skip to content

Commit 25054e1

Browse files
yuwatamrc0mmand
authored andcommitted
network: add missing sections
Follow-up for 4e26a5b. Fixes one of issues in systemd#19410.
1 parent be8fc0e commit 25054e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/network/networkd-conf.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ int manager_parse_config_file(Manager *m) {
1818
PKGSYSCONFDIR "/networkd.conf",
1919
CONF_PATHS_NULSTR("systemd/networkd.conf.d"),
2020
"Network\0"
21+
"DHCPv4\0"
22+
"DHCPv6\0"
2123
"DHCP\0",
2224
config_item_perf_lookup, networkd_gperf_lookup,
2325
CONFIG_PARSE_WARN,

0 commit comments

Comments
 (0)
X Tutup