From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id +AMsGTfu72OlbQEAbAwnHQ (envelope-from ) for ; Fri, 17 Feb 2023 22:14:31 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 6PQnGTfu72NPSwAAauVa8A (envelope-from ) for ; Fri, 17 Feb 2023 22:14:31 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id B7CE71BB45 for ; Fri, 17 Feb 2023 22:14:30 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Seal: i=1; s=key1; d=yhetil.org; t=1676668471; a=rsa-sha256; cv=none; b=G3mseErflHpyH800ixJcSffWyCYAUQK9d7MzdRhgKzutycPCImo+MRBnlkjs5W/lCi0Ncd ugwRZdGEKf/P7nRzfrvXUog8wPDqowLl97ewXtcdZHQdpt9DdwoJlpzGi3jgMgQ39M6Lm/ NNKBwh0mQWnJSkl+4MUgn2jeXsTlC6hwjTwDim1GUGRJWREjRxhkoLHAruEkU7tLGQNlcW 5RpQ+v6vh7KydoEruBzSGtX2dEuWoo79BGHXvEjYhAxEFm+crpBZcVU8kTTYahibqwCATJ H1r3ELHt3qOaM2BlJmhlJv9+PDwfVhXnYFaRcUl2RXuXBO0eV72NqmdiyodZ2A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1676668471; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=DFxKL0r+u/jURq7XOJLon3nPYDDHr1U44dcNdUik8vw=; b=D8ftwT91ThWP6+k0PkWtTLAxk12Y/Hcf/kJMCoc3stmdgsQt30kWghA4XKsvIlYI91Hs66 uUYUGBU3Y+ovL3uSFFJvn90LFvmj4Gv+KCw3nHk4kkbIuzRPJKQdVi4k/4GGUO3lJV5FdS Oj0eAN9JASM1KtrCtS8gzg2wZXWHWno4194AedlqPITZP2p99Fe9Z7vWoKkuLeKPtVax45 JHjxlBUiD+URhl78beiGAmnopVGaS5zHUvvZQ/4tnuigfG4++OF2iNu6R1NKBxWgEIZE8B LPll9uUuFoQaIx79olRxWeSN26bz8CnDdIWzpYE65YZ+J/w6jE3VIj3aFja+QQ== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pT83Q-0003Ld-NQ; Fri, 17 Feb 2023 16:14:04 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pT83P-0003Kx-5j for guix-patches@gnu.org; Fri, 17 Feb 2023 16:14:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pT83O-0003s4-Tl for guix-patches@gnu.org; Fri, 17 Feb 2023 16:14:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pT83O-0008SO-El for guix-patches@gnu.org; Fri, 17 Feb 2023 16:14:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61587] [PATCH 0/8] networking services refactoring Resent-From: Bruno Victal Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 17 Feb 2023 21:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 61587 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61587@debbugs.gnu.org Cc: Bruno Victal X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.167666839432445 (code B ref -1); Fri, 17 Feb 2023 21:14:02 +0000 Received: (at submit) by debbugs.gnu.org; 17 Feb 2023 21:13:14 +0000 Received: from localhost ([127.0.0.1]:41700 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pT82c-0008RF-EJ for submit@debbugs.gnu.org; Fri, 17 Feb 2023 16:13:14 -0500 Received: from lists.gnu.org ([209.51.188.17]:57418) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pT82a-0008R6-9T for submit@debbugs.gnu.org; Fri, 17 Feb 2023 16:13:12 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pT82Z-0003CI-UU for guix-patches@gnu.org; Fri, 17 Feb 2023 16:13:11 -0500 Received: from smtpmciv4.myservices.hosting ([185.26.107.240]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pT82Y-0003li-5H for guix-patches@gnu.org; Fri, 17 Feb 2023 16:13:11 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpmciv4.myservices.hosting (Postfix) with ESMTP id 6791E2090F for ; Fri, 17 Feb 2023 22:13:07 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id F00088009A; Fri, 17 Feb 2023 22:13:06 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id GSn9psJfF-iD; Fri, 17 Feb 2023 22:13:05 +0100 (CET) Received: from guix-nuc.home.arpa (bl9-119-177.dsl.telepac.pt [85.242.119.177]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id CB31880098; Fri, 17 Feb 2023 22:13:04 +0100 (CET) From: Bruno Victal Date: Fri, 17 Feb 2023 21:12:53 +0000 Message-Id: X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 tags: patch Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.26.107.240; envelope-from=mirai@makinata.eu; helo=smtpmciv4.myservices.hosting X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: X-Migadu-Queue-Id: B7CE71BB45 X-Spam-Score: -2.33 X-Migadu-Spam-Score: -2.33 X-Migadu-Scanner: scn0.migadu.com List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-TUID: pA5TBiEykC9r 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