summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/services/networking.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm
index 102202c8533..c2b404503e7 100644
--- a/gnu/services/networking.scm
+++ b/gnu/services/networking.scm
@@ -173,7 +173,7 @@ Protocol (DHCP) client, on all the non-loopback network interfaces."
173 (define valid? 173 (define valid?
174 (negate loopback-network-interface?)) 174 (negate loopback-network-interface?))
175 (define ifaces 175 (define ifaces
176 (filter valid? (all-network-interfaces))) 176 (filter valid? (all-network-interface-names)))
177 177
178 ;; XXX: Make sure the interfaces are up so that 178 ;; XXX: Make sure the interfaces are up so that
179 ;; 'dhclient' can actually send/receive over them. 179 ;; 'dhclient' can actually send/receive over them.