From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34732) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hdEz3-00045h-0s for guix-patches@gnu.org; Tue, 18 Jun 2019 10:21:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hdEyx-0004qv-LF for guix-patches@gnu.org; Tue, 18 Jun 2019 10:21:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60053) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hdEys-0004k9-AN for guix-patches@gnu.org; Tue, 18 Jun 2019 10:21:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hdEys-0001TC-4e for guix-patches@gnu.org; Tue, 18 Jun 2019 10:21:02 -0400 Subject: [bug#35895] [PATCH] linux-container: Remove networking service when network is shared with host. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190525070113.5576-1-arunisaac@systemreboot.net> <20190525072030.7739-1-arunisaac@systemreboot.net> <8736l2iuao.fsf@cbaines.net> <20190603191031.7e751c2a@scratchpost.org> <87a7el19nh.fsf@gnu.org> Date: Tue, 18 Jun 2019 16:19:56 +0200 In-Reply-To: (Arun Isaac's message of "Tue, 18 Jun 2019 17:07:54 +0530") Message-ID: <87fto73rhv.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Arun Isaac Cc: 35895@debbugs.gnu.org Hi, Arun Isaac skribis: > From 4b50e35e3d2b8adea1e496e0336d23f35d0c9def Mon Sep 17 00:00:00 2001 > From: Arun Isaac > Date: Sat, 25 May 2019 11:49:42 +0530 > Subject: [PATCH] linux-container: Remove networking service when network = is > shared with host. > > * gnu/system/linux-container.scm (dummy-networking-shepherd-service): New > procedure. > (dummy-networking-service-type): New variable. > (containerized-operating-system): If network is shared with host, replace > static-networking-service-type with dummy-networking-service-type. LGTM, thanks! Ludo=E2=80=99.