[systemd-devel] systemd.network DHCP section on 215

Steven Noonan steven at uplinklabs.net
Thu Jul 3 19:29:15 PDT 2014


The docs say to use the section [DHCP] now, and [DHCPv4] is presumably
deprecated?

I'm getting this on systemd 215:

[/etc/systemd/network/bridge-dhcp.network:5] Unknown section 'DHCP'. Ignoring.

Looks like networkd-network.c still looks for DHCPv4:

        r = config_parse(NULL, filename, file,
"Match\0Network\0Address\0Route\0DHCPv4\0", config_item_perf_lookup,
                        (void*) network_network_gperf_lookup, false,
false, network);

Shall I submit a patch?


More information about the systemd-devel mailing list