X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=man%2Fnetworkd.conf.xml;h=e8e41ebe920f73676562bef89707ad598e07ce73;hb=6b49257f6b92c1bcdf02ca0e896009da36ed9bb0;hp=dce1428273cce0f5305ca676da7830b119a9cb0e;hpb=11a15892230011c331d4e31cdbbd58e8b3dfe4af;p=thirdparty%2Fsystemd.git diff --git a/man/networkd.conf.xml b/man/networkd.conf.xml index dce1428273c..e8e41ebe920 100644 --- a/man/networkd.conf.xml +++ b/man/networkd.conf.xml @@ -1,13 +1,11 @@ - - + networkd.conf systemd - - - - Developer - Vinay - Kulkarni - kulkarniv@vmware.com - - @@ -53,6 +42,37 @@ + + [Network] Section Options + + The following options are available in the [Network] section: + + + + SpeedMeter= + Takes a boolean. If set to yes, then systemd-networkd + measures the traffic of each interface, and + networkctl status INTERFACE shows the measured speed. + Defaults to no. + + + + SpeedMeterIntervalSec= + Specifies the time interval to calculate the traffic speed of each interface. + If SpeedMeter=no, the value is ignored. Defaults to 10sec. + + + + ManageForeignRoutes= + A boolean. When true, systemd-networkd will store any routes + configured by other tools in its memory. When false, systemd-networkd will + not manage the foreign routes, thus they are kept even if KeepConfiguration= + is false. Defaults to yes. + + + + + [DHCP] Section Options @@ -78,7 +98,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. @@ -87,11 +107,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. @@ -107,8 +139,9 @@ 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 + 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, @@ -136,7 +169,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