mbox series

[bug#64850,0/1] Provide a way to use multiple dhcp clients with static-networking

Message ID 20230725105739.17244-1-levenson@mmer.org
Headers show
Series Provide a way to use multiple dhcp clients with static-networking | expand

Message

Alexey Abramov July 25, 2023, 10:57 a.m. UTC
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(-)