bug-guix
[Top][All Lists]
Advanced

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

bug#44571: Cannot configure a static IPv6 with static-networking-service


From: divoplade
Subject: bug#44571: Cannot configure a static IPv6 with static-networking-service-type
Date: Wed, 11 Nov 2020 11:56:24 +0100
User-agent: Evolution 3.34.2

Dear guix,

My interface should be configured to have 2 static ip addresses, an
IPv4 address and a global IPv6 address.

The static-networking-service-type will only accept one per device, and
will reject the IPv6 address (if I drop the IPv4 address) because it
can't parse it.

My workaround is to add a shepherd service that runs ip address add dev
eno1 the-address and ip address delete dev eno1 the-address, with ip
from iproute2. Maybe static-networking-service-type could do something
better for me?

Best regards,

divoplade






reply via email to

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