guix/gnu
Ludovic Courtès 223f1b1eb3
services: static-networking: Change interface to mimic netlink.
* gnu/services/base.scm (<static-networking>)[interface, ip, netmask]
[gateway]: Remove.
[addresses, links, routes]: New fields.
[requirement]: Default to '(udev).
(<network-address>, <network-link>, <network-route>): New record types.
(ensure-no-separate-netmask, %ensure-no-separate-netmask): Remove.
(ipv6-address?, cidr->netmask, ip+netmask->cidr)
(network-set-up/hurd, network-tear-down/hurd)
(network-set-up/linux, network-tear-down/linux)
(static-networking->hurd-pfinet-options): New procedures.
(static-networking-shepherd-service): New procedure.
(static-networking-shepherd-services): Rewrite in terms of the above.
(static-networking-service): Deprecate.  Adjust to new
'static-networking' API.
(%base-services): Likewise.
* gnu/system/install.scm (%installation-services): Likewise.
* gnu/system/hurd.scm (%base-services/hurd): Likewise, and separate
'loopback' from 'networking'.
* gnu/build/hurd-boot.scm (set-hurd-device-translators): Remove
"servers/socket/2".
* gnu/tests/networking.scm (run-openvswitch-test)["networking has
started on ovs0"]: Check for 'networking instead of 'networking-ovs0,
which is no longer provided.
* doc/guix.texi (Networking Setup): Document the new interface.  Remove
documentation of 'static-networking-service'.
(Virtualization Services): Change Ganeti example to use the new
interface.
2021-12-12 23:20:49 +01:00
..
bootloader gnu: system: Add LUKS2 support for the root file system. 2021-12-01 17:51:37 +01:00
build services: static-networking: Change interface to mimic netlink. 2021-12-12 23:20:49 +01:00
home home: services: bash: Only source /etc/bashrc if it exists. 2021-11-24 19:46:39 +01:00
installer Revert "installer: Make LUKS2 the default format for encrypted devices" 2021-12-08 23:23:19 +01:00
machine
packages gnu: guile-netlink: Allow cross-compilation. 2021-12-12 23:20:49 +01:00
platforms
services services: static-networking: Change interface to mimic netlink. 2021-12-12 23:20:49 +01:00
system services: static-networking: Change interface to mimic netlink. 2021-12-12 23:20:49 +01:00
tests services: static-networking: Change interface to mimic netlink. 2021-12-12 23:20:49 +01:00
artwork.scm
bootloader.scm
ci.scm ci: Cross-build the 'guix' package. 2021-12-06 10:56:01 +01:00
home.scm
image.scm
installer.scm
local.mk gnu: sbcl-aserve: Add HTML5 elements to htmlgen. 2021-12-12 10:24:52 +01:00
machine.scm
packages.scm
platform.scm
services.scm
system.scm
tests.scm