diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/services/networking.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm index 102202c853..c2b404503e 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." (define valid? (negate loopback-network-interface?)) (define ifaces - (filter valid? (all-network-interfaces))) + (filter valid? (all-network-interface-names))) ;; XXX: Make sure the interfaces are up so that ;; 'dhclient' can actually send/receive over them. |