mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05: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:
parent
8f85e4f9aa
commit
d2f9578a9f
1 changed files with 1 additions and 0 deletions
|
@ -2570,6 +2570,7 @@ (define network-set-up/linux
|
|||
#$(network-address-ipv6? address))
|
||||
;; FIXME: loopback?
|
||||
(link-set #$(network-address-device address)
|
||||
#:multicast-on #t
|
||||
#:up #t)))
|
||||
addresses)
|
||||
#$@(map (match-lambda
|
||||
|
|
Loading…
Reference in a new issue