From a654d3debd4a3f73ca191c459f8af8618fd1da58 Mon Sep 17 00:00:00 2001 From: Chris Marusich Date: Fri, 27 Apr 2018 01:34:38 -0700 Subject: [PATCH] services: Set default version to "4". * gnu/services/networking.scm () : Set the default to "4" instead of "6"; both our manual and upstream says the default should be "4". --- gnu/services/networking.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm index be34f32395..df67bd69c7 100644 --- a/gnu/services/networking.scm +++ b/gnu/services/networking.scm @@ -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