| Summary: | Unknown section 'DHCPServer'. Ignoring | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Sampson Fung <sampsonfung> |
| Component: | systemd | Assignee: | systemd-maint |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | johannbg, jsynacek, lnykryn, msekleta, muadda, paroque28, s, systemd-maint, zbyszek |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-18 10:07:49 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Sampson Fung
2016-03-18 07:35:54 UTC
The section is call 'DHCP', not 'DHCPServer'. Also, it doesn't have an "Address" option. Please, read systemd.network(5). Sorry, mistake in original report. The whole content of my .network file is: === [Match] Name=enp0s8 [Network] Address=192.168.1.1/24 DHCPServer=yes [DHCPServer] === Request to re-open. And again, [DHCPServer] is an invalid section, it should be [DHCP]. You probably have an earlier version of systemd The [DHCPServer] section was introduced in 226 https://github.com/systemd/systemd/blob/master/NEWS#L2866 |