civodul pushed a commit to branch master
in repository guix.

commit 3275c9e1f573b0e8698dc0bb5c8e52a3b3858ba8
Author: Ludovic Courtès <[email protected]>
AuthorDate: Mon Oct 18 00:09:13 2021 +0200

    hurd-boot: Set pfinet on the right node for AF_INET6.
    
    * gnu/build/hurd-boot.scm (set-hurd-device-translators): Fix /servers
    file name for AF_INET6.
---
 gnu/build/hurd-boot.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/build/hurd-boot.scm b/gnu/build/hurd-boot.scm
index e66d4d1..8b27995 100644
--- a/gnu/build/hurd-boot.scm
+++ b/gnu/build/hurd-boot.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2020 Ludovic Courtès <[email protected]>
+;;; Copyright © 2020, 2021 Ludovic Courtès <[email protected]>
 ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -191,7 +191,7 @@ set."
                                   "10.0.2.15" ;the default QEMU guest IP
                                   "--netmask" "255.255.255.0"
                                   "--gateway" "10.0.2.2"
-                                  "--ipv6" "/servers/socket/16"))
+                                  "--ipv6" "/servers/socket/26"))
       ("proc"                    ("/hurd/procfs" "--stat-mode=444"))))
 
   (define devices

Reply via email to