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.
This commit is contained in:
Ludovic Courtès 2021-10-18 00:09:13 +02:00
parent d1053f8969
commit 3275c9e1f5
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2020 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2020, 2021 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
@ -191,7 +191,7 @@ (define servers
"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