guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: hurd-boot: Set pfinet on the right node for AF_INET6.


From: guix-commits
Subject: 04/07: hurd-boot: Set pfinet on the right node for AF_INET6.
Date: Mon, 18 Oct 2021 04:19:59 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 3275c9e1f573b0e8698dc0bb5c8e52a3b3858ba8
Author: Ludovic Courtès <ludo@gnu.org>
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 <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 @@ 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

[Prev in Thread] Current Thread [Next in Thread]