services: static-networking: Enable multicast by default.
authorMathieu Othacehe <othacehe@gnu.org>
Tue, 21 Dec 2021 19:37:39 +0000 (20:37 +0100)
committerMathieu Othacehe <othacehe@gnu.org>
Tue, 21 Dec 2021 19:37:39 +0000 (20:37 +0100)
Fixes: <https://issues.guix.gnu.org/52520>.

* gnu/services/base.scm (network-set-up/linux): Enable it.

gnu/services/base.scm

index 49ec856..88869e4 100644 (file)
@@ -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