emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#64850: closed ([PATCH 0/1] Provide a way to use multiple dhcp client


From: GNU bug Tracking System
Subject: bug#64850: closed ([PATCH 0/1] Provide a way to use multiple dhcp clients with static-networking)
Date: Sun, 17 Sep 2023 13:07:01 +0000

Your message dated Sun, 17 Sep 2023 15:06:33 +0200
with message-id <87zg1lx82u.fsf_-_@gnu.org>
and subject line Re: bug#64850: [PATCH 0/1] Provide a way to use multiple dhcp 
clients with static-networking
has caused the debbugs.gnu.org bug report #64850,
regarding [PATCH 0/1] Provide a way to use multiple dhcp clients with 
static-networking
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
64850: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64850
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/1] Provide a way to use multiple dhcp clients with static-networking Date: Tue, 25 Jul 2023 12:57:39 +0200
In a case you need to configure existing interfaces, rename them or for
example construct a bond first and attach dhcp client to it, we need to run
static-networking AND dhcp-client at the same time.  At this moment both
services provision 'networking by default.

Even though we can override provision for static-networking, it is still not
enough in case we need to run multiple dhcp-clients on different interfaces.

This patch will allow provision override for dhcp-client. This is an addition 
to bug#64616.

Alexey Abramov (1):
  services: dhcp-client-configuration: Allow provision override

 gnu/services/networking.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

-- 
2.40.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#64850: [PATCH 0/1] Provide a way to use multiple dhcp clients with static-networking Date: Sun, 17 Sep 2023 15:06:33 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi,

Alexey Abramov <levenson@mmer.org> skribis:

> * gnu/services/networking.scm: Allow setting up provision to allow running
> DHCP client and static network configuration simultaneously.
> ---
>  gnu/services/networking.scm | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm
> index 5657b141d9..dc75c2f59d 100644
> --- a/gnu/services/networking.scm
> +++ b/gnu/services/networking.scm
> @@ -88,6 +88,7 @@ (define-module (gnu services networking)
>              dhcp-client-configuration
>              dhcp-client-configuration?
>              dhcp-client-configuration-package
> +            dhcp-client-configuration-provision
>              dhcp-client-configuration-interfaces
>              dhcp-client-configuration-shepherd-requirement
>  
> @@ -303,6 +304,8 @@ (define-record-type* <dhcp-client-configuration>
>                  (default isc-dhcp))
>    (shepherd-requirement dhcp-client-configuration-shepherd-requirement
>                          (default '()))
> +  (provision    dhcp-client-configuration-provision
> +                (default '(networking)))

I changed the field name to ‘shepherd-provision’ for consistency and
documented it in ‘doc/guix.texi’.  Committed!

Thanks,
Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]