I recently updated to systemd 215 and noticed that [DHCP] section was intoduced there. But I get this warning in journal: systemd-networkd[271]: [/etc/systemd/network/br0.network:8] Unknown section 'DHCP'. Ignoring. It is strange because [DHCP] section is mentioned in systemd.network man page. If I rename it to [DHCPv4], there's no warning. This is my br0.network file: [Match] Name=br0 [Network] Description=Network Interface br0 DHCP=v4 [DHCPv4] UseDNS=false UseHostname=false
Seems to be fixed with this commit: http://cgit.freedesktop.org/systemd/systemd/commit/?id=c38d2eb828f1a62ae9052c9db45ccc70f98fdb47
Yep, this was fixed post-release.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.