[pve-devel] [FOLLOW-UP container 2/2] d/control: record dependency for isc-dhcp-client
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Nov 12 20:43:31 CET 2025
For now the OCI implementation uses the dhclient, which is shipped by
isc-dhcp-client.
We will need to move away from that dhcp client implementation sooner
or later, as it's deprecated upstream [0] and will also vanish from
Debian repos sooner or later. But for Debian Trixie it's still there
so not a problem for now. Alternatives might be the busybox dhcp
client or the one from dhcpcd-base, but as we rely on the isc one in
other places and as this is mostly an implementation detail, we can
switch this later.
[0]: https://www.isc.org/blogs/dhcp-client-relay-eom/
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
debian/control | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/control b/debian/control
index fb10fbe..9ca53c0 100644
--- a/debian/control
+++ b/debian/control
@@ -23,6 +23,7 @@ Priority: optional
Architecture: all
Depends: binutils,
file,
+ isc-dhcp-client,
libpve-access-control (>= 8.0.0~),
libpve-cluster-perl,
libpve-common-perl (>= 8.1.0),
--
2.47.3
More information about the pve-devel
mailing list