[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61587] [PATCH 0/8] networking services refactoring
From: |
Bruno Victal |
Subject: |
[bug#61587] [PATCH 0/8] networking services refactoring |
Date: |
Fri, 17 Feb 2023 21:12:53 +0000 |
Changes of interest:
* Make wpa_supplicant (or iwd) optional.
* Fixes networking for NetworkManager starting too early (see [1] e [2])
* Introduces canonical and virtual names for connman and NetworkManager
services.
[1]: https://issues.guix.gnu.org/60300
[2]: https://issues.guix.gnu.org/47253
Bruno Victal (8):
services: network-manager: Add 'shepherd-requirement' field.
services: network-manager: Deprecate 'iwd?' field.
services: connman: Use match-record and export accessors.
services: connman: Add 'shepherd-requirement' field.
services: connman: Deprecate 'iwd?' field.
services: network-manager: Await for NetworkManager to finish starting
up.
services: network-manager: Set service canonical-name to
NetworkManager.
services: connman: Set service canonical-name to connman.
doc/guix.texi | 18 +++--
gnu/services/networking.scm | 132 ++++++++++++++++++++++++------------
2 files changed, 99 insertions(+), 51 deletions(-)
base-commit: 8d8e1438ae5a2e50005b500dacd0a26be540fe69
--
2.39.1
- [bug#61587] [PATCH 0/8] networking services refactoring,
Bruno Victal <=
- [bug#61587] [PATCH 4/8] services: connman: Add 'shepherd-requirement' field., Bruno Victal, 2023/02/17
- [bug#61587] [PATCH 3/8] services: connman: Use match-record and export accessors., Bruno Victal, 2023/02/17
- [bug#61587] [PATCH 1/8] services: network-manager: Add 'shepherd-requirement' field., Bruno Victal, 2023/02/17
- [bug#61587] [PATCH 2/8] services: network-manager: Deprecate 'iwd?' field., Bruno Victal, 2023/02/17
- [bug#61587] [PATCH 6/8] services: network-manager: Await for NetworkManager to finish starting up., Bruno Victal, 2023/02/17
- [bug#61587] [PATCH 8/8] services: connman: Set service canonical-name to connman., Bruno Victal, 2023/02/17
- [bug#61587] [PATCH 7/8] services: network-manager: Set service canonical-name to NetworkManager., Bruno Victal, 2023/02/17
- [bug#61587] [PATCH 5/8] services: connman: Deprecate 'iwd?' field., Bruno Victal, 2023/02/17