From 0d0fa3955153fa1d046958a20eb0afc736183a42 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Mon, 18 Sep 2023 23:36:54 +0100 Subject: factory-default/sys-apps/systemd: use uuid as DUIDType --- factory-default/sys-apps/systemd/etc/systemd/networkd.conf | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'factory-default') diff --git a/factory-default/sys-apps/systemd/etc/systemd/networkd.conf b/factory-default/sys-apps/systemd/etc/systemd/networkd.conf index a1974352..fd1d8601 100644 --- a/factory-default/sys-apps/systemd/etc/systemd/networkd.conf +++ b/factory-default/sys-apps/systemd/etc/systemd/networkd.conf @@ -1,5 +1,9 @@ # See networkd.conf(5) for details -[DHCP] -# Use MAC address of the interface as a DUID value -DUIDType=link-layer +[DHCPv4] +# Use an application-specific machine-id as a DUID value +DUIDType=uuid + +[DHCPv6] +# Use an application-specific machine-id as a DUID value +DUIDType=uuid -- cgit v1.2.3