services: Set default <dhcpd-configuration> version to "4".

* gnu/services/networking.scm (<dhcpd-configuration>) <version>: Set the
default to "4" instead of "6"; both our manual and upstream says the default
should be "4".
This commit is contained in:
Chris Marusich 2018-04-27 01:34:38 -07:00
parent 2216b6f410
commit a654d3debd
No known key found for this signature in database
GPG Key ID: DD409A15D822469D
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ Protocol (DHCP) client, on all the non-loopback network interfaces."
(config-file dhcpd-configuration-config-file ;file-like
(default #f))
(version dhcpd-configuration-version ;"4", "6", or "4o6"
(default "6"))
(default "4"))
(run-directory dhcpd-configuration-run-directory
(default "/run/dhcpd"))
(lease-file dhcpd-configuration-lease-file