guix-devel
[Top][All Lists]
Advanced

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

Re: wip-netlink


From: Marius Bakke
Subject: Re: wip-netlink
Date: Mon, 03 Jun 2019 21:43:47 +0200
User-agent: Notmuch/0.28.4 (https://notmuchmail.org) Emacs/26.2 (x86_64-pc-linux-gnu)

Ludovic Courtès <address@hidden> writes:

> If you’ve ever experienced the shortcomings of
> ‘static-networking-service’ and had to work around it, please share the
> interface that you’d like to see!

Hey, that's me!

I *think* what I want is control over network interfaces.  Something
along the lines of

(service network-interface-service-type
  "eth0"
  (network-interface-configuration
    (dhcp? #f)
    (ipv4 '("10.1.1.1/24" "172.16.30.4/22"))
    (ipv6 '(...))
    (routes4 '(("default" . "10.1.1.254")))
    (routes6 '(...))
    (requirement '(vswitchd))))

Ideally, this service would extend "network-route-service-type" and
"network-address-service-type" so that one could compose configurations
from other services too.  E.g. a custom VPN service that extends
network-route-service-type.

Food for thought...  :-)

Attachment: signature.asc
Description: PGP signature


reply via email to

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