summaryrefslogtreecommitdiff
path: root/factory-default
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2023-09-18 23:36:54 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2023-09-18 23:37:41 +0100
commit0d0fa3955153fa1d046958a20eb0afc736183a42 (patch)
treeb6ff88d2db96e195bd9b4ae8479fee69cafb538a /factory-default
parentfactory-default/sys-apps/systemd: disable LLMNR (diff)
downloadportage-0d0fa3955153fa1d046958a20eb0afc736183a42.tar.xz
factory-default/sys-apps/systemd: use uuid as DUIDType
Diffstat (limited to 'factory-default')
-rw-r--r--factory-default/sys-apps/systemd/etc/systemd/networkd.conf10
1 files changed, 7 insertions, 3 deletions
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