diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-05-14 23:33:37 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-05-14 23:33:37 +0100 |
commit | 80ab71f34990985452aac47b812c0e41be93cbdb (patch) | |
tree | 702673caf8312d659539384ce7e5eb0b714eae3f /factory-default | |
parent | profiles/server: disable USE=spf USE=srs for mail-mta/exim (diff) | |
download | portage-80ab71f34990985452aac47b812c0e41be93cbdb.tar.xz |
factory-default/sys-apps/systemd: use vendor as DUIDType
Diffstat (limited to 'factory-default')
-rw-r--r-- | factory-default/sys-apps/systemd/etc/systemd/networkd.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/factory-default/sys-apps/systemd/etc/systemd/networkd.conf b/factory-default/sys-apps/systemd/etc/systemd/networkd.conf index fd1d8601..a6b0c831 100644 --- a/factory-default/sys-apps/systemd/etc/systemd/networkd.conf +++ b/factory-default/sys-apps/systemd/etc/systemd/networkd.conf @@ -1,9 +1,9 @@ # See networkd.conf(5) for details [DHCPv4] -# Use an application-specific machine-id as a DUID value -DUIDType=uuid +# Use hashed contents of machine-id +DUIDType=vendor [DHCPv6] -# Use an application-specific machine-id as a DUID value -DUIDType=uuid +# Use hashed contents of machine-id +DUIDType=vendor |