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?
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to