guix-commits
[Top][All Lists]
Advanced

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

branch master updated: services: static-networking: Enable multicast by


From: guix-commits
Subject: branch master updated: services: static-networking: Enable multicast by default.
Date: Tue, 21 Dec 2021 14:39:45 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d2f9578  services: static-networking: Enable multicast by default.
d2f9578 is described below

commit d2f9578a9f1249dfecb0a6b4cd06fd9641fcd1a9
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Dec 21 20:37:39 2021 +0100

    services: static-networking: Enable multicast by default.
    
    Fixes: <https://issues.guix.gnu.org/52520>.
    
    * gnu/services/base.scm (network-set-up/linux): Enable it.
---
 gnu/services/base.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index 49ec856..88869e4 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -2570,6 +2570,7 @@ to CONFIG."
                                                 #$(network-address-ipv6? 
address))
                                       ;; FIXME: loopback?
                                       (link-set #$(network-address-device 
address)
+                                                #:multicast-on #t
                                                 #:up #t)))
                                 addresses)
                         #$@(map (match-lambda



reply via email to

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