GNU bug report logs -
#68675
[PATCH] Support dhcpcd in dhcp-client-service-type
Previous Next
Reported by: soeren <at> soeren-tempel.net
Date: Tue, 23 Jan 2024 16:14:01 UTC
Severity: normal
Tags: patch
Done: Sören Tempel <soeren <at> soeren-tempel.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 09 Mar 2025 11:16:16 +0100
with message-id <2GN5JEM1OY167.3CVXDA4C5I80C <at> 8pit.net>
and subject line Re: [PATCH] Support dhcpcd in dhcp-client-service-type
has caused the debbugs.gnu.org bug report #68675,
regarding [PATCH] Support dhcpcd in dhcp-client-service-type
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
68675: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68675
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sören Tempel <soeren <at> soeren-tempel.net>
This patch series add support for an alternative DHCP client to
dhcp-client-service-type. This is necessary as, currently,
dhcp-client-service-type only supports the ISC DHCP implementation
and this implementation has reached its end-of-life in 2022(!).
For more information, refer to <https://issues.guix.gnu.org/68619>.
Specifically, this patch series adds support for dhcpcd. However, it
is not yet enabled by default. Nonetheless, I would strongly suggest
enabling it by default at a later point in time.
In order to enable dhcpcd add the following to /etc/config.scm:
(service dhcp-client-service-type
(dhcp-client-configuration
(package dhcpcd)))
I have done some basics tests with this change applied with both
dhcpcd and isc-dhcp. Further tests and feedback would be much
appreciated!
Sören Tempel (2):
gnu: Add dhcpcd.
services: dhcp: Support the dhcpcd implementation.
gnu/packages/admin.scm | 42 +++++++++++++++++++
gnu/services/networking.scm | 84 ++++++++++++++++++++++++++-----------
2 files changed, 102 insertions(+), 24 deletions(-)
base-commit: 29c26a8d308286cf378ce9cfa3d73e3d1454263d
[Message part 3 (message/rfc822, inline)]
Superseded by https://issues.guix.gnu.org/75934 which has
been merged now; hence, this issue can be closed.
Greetings,
Sören
This bug report was last modified 76 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.