1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

services: static-networking: Enable multicast by default.

Fixes: <https://issues.guix.gnu.org/52520>.

* gnu/services/base.scm (network-set-up/linux): Enable it.
This commit is contained in:
Mathieu Othacehe
2021-12-21 20:37:39 +01:00
parent 8f85e4f9aa
commit d2f9578a9f

View 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