X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;ds=sidebyside;f=man%2Fnetworkd.conf.xml;h=516455416b756c77e8ce4869562185bcaaa24a46;hb=f789e0b4f891800557c74c385d0f61a0164cb16f;hp=4bfc4f773a3d732d794d80b895c9a419f4ced936;hpb=5119d304ffe4d1bcac27626c842413f5f2defe0d;p=thirdparty%2Fsystemd.git diff --git a/man/networkd.conf.xml b/man/networkd.conf.xml index 4bfc4f773a3..516455416b7 100644 --- a/man/networkd.conf.xml +++ b/man/networkd.conf.xml @@ -1,24 +1,11 @@ - - + networkd.conf systemd - - - - Developer - Vinay - Kulkarni - kulkarniv@vmware.com - - @@ -89,7 +67,7 @@ The following values are understood: - + If DUIDType=vendor, then the DUID value will be generated using 43793 as the vendor identifier (systemd) and hashed contents of machine-id5. @@ -98,11 +76,23 @@ - - - - Those values are parsed and can be used to set the DUID type - field, but DUID contents must be provided using DUIDRawData=. + + If DUIDType=uuid, and DUIDRawData= is not set, + then the product UUID is used as a DUID value. If a system does not have valid product UUID, then + an application-specific + machine-id5 + is used as a DUID value. About the application-specific machine ID, see + sd_id128_get_machine_app_specific3. + + + + + + + If link-layer-time or link-layer is specified, + then the MAC address of the interface is used as a DUID value. The value link-layer-time + can take additional time value after a colon, e.g. link-layer-time:2018-01-23 12:34:56 UTC. + The default time value is 2000-01-01 00:00:00 UTC. @@ -118,9 +108,10 @@ byte separated by :. The DUID that is sent is composed of the DUID type specified by DUIDType= and the value configured here. - The DUID value specified here overrides the DUID that systemd-networkd generates using the machine-id - from the /etc/machine-id file. To configure DUID per-network, see - systemd.network 5. + The DUID value specified here overrides the DUID that + systemd-networkd.service8 + generates from the machine ID. To configure DUID per-network, see + systemd.network5. The configured DHCP DUID should conform to the specification in RFC 3315, RFC 6355. To configure IAID, see @@ -147,7 +138,9 @@ DUIDRawData=00:00:ab:11:f9:2a:c2:77:29:f9:5c:00 systemd1, systemd.network5, - machine-id1 + systemd-networkd.service8, + machine-id5, + sd_id128_get_machine_app_specific3