[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#35895] [PATCH] linux-container: Remove networking service when netw
From: |
Ludovic Courtès |
Subject: |
[bug#35895] [PATCH] linux-container: Remove networking service when network is shared with host. |
Date: |
Tue, 18 Jun 2019 16:19:56 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) |
Hi,
Arun Isaac <address@hidden> skribis:
> From 4b50e35e3d2b8adea1e496e0336d23f35d0c9def Mon Sep 17 00:00:00 2001
> From: Arun Isaac <address@hidden>
> 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’.