diff options
author | Abderrahim Kitouni <abderrahim.kitouni@codethink.co.uk> | 2023-08-22 18:52:36 +0200 |
---|---|---|
committer | Abderrahim Kitouni <abderrahim.kitouni@codethink.co.uk> | 2023-08-29 15:07:24 +0200 |
commit | ec07c3c80b2b1bfa6788500202006ff85f5ae4f4 (patch) | |
tree | ab6fb6ca9620a58fc32cdf3dba9b8a0f77d48d18 /man/networkd.conf.xml | |
parent | man: Add xinclude namespace (diff) | |
download | systemd-ec07c3c80b2b1bfa6788500202006ff85f5ae4f4.tar.xz systemd-ec07c3c80b2b1bfa6788500202006ff85f5ae4f4.zip |
man: add version info
This tries to add information about when each option was added. It goes
back to version 183.
The version info is included from a separate file to allow generating it,
which would allow more control on the formatting of the final output.
Diffstat (limited to 'man/networkd.conf.xml')
-rw-r--r-- | man/networkd.conf.xml | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/man/networkd.conf.xml b/man/networkd.conf.xml index f25083cc69..9668aed614 100644 --- a/man/networkd.conf.xml +++ b/man/networkd.conf.xml @@ -53,13 +53,17 @@ <listitem><para>Takes a boolean. If set to yes, then <command>systemd-networkd</command> measures the traffic of each interface, and <command>networkctl status <replaceable>INTERFACE</replaceable></command> shows the measured speed. - Defaults to no.</para></listitem> + Defaults to no.</para> + + <xi:include href="version-info.xml" xpointer="v244"/></listitem> </varlistentry> <varlistentry> <term><varname>SpeedMeterIntervalSec=</varname></term> <listitem><para>Specifies the time interval to calculate the traffic speed of each interface. - If <varname>SpeedMeter=no</varname>, the value is ignored. Defaults to 10sec.</para></listitem> + If <varname>SpeedMeter=no</varname>, the value is ignored. Defaults to 10sec.</para> + + <xi:include href="version-info.xml" xpointer="v244"/></listitem> </varlistentry> <varlistentry> @@ -68,7 +72,9 @@ that are not configured in .network files (except for rules with protocol <literal>kernel</literal>). When false, it will not remove any foreign rules, keeping them even if they are not configured in a .network file. Defaults to yes. - </para></listitem> + </para> + + <xi:include href="version-info.xml" xpointer="v249"/></listitem> </varlistentry> <varlistentry> @@ -79,7 +85,9 @@ is true or <literal>dhcp</literal>, and <literal>static</literal> when <varname>KeepConfiguration=</varname> is true or <literal>static</literal>). When false, it will not remove any foreign routes, keeping them even if they are not configured in a .network file. - Defaults to yes.</para></listitem> + Defaults to yes.</para> + + <xi:include href="version-info.xml" xpointer="v246"/></listitem> </varlistentry> <varlistentry> @@ -92,7 +100,9 @@ 254, and 255, respectively. The route table number must be an integer in the range 1…4294967295, except for predefined numbers 253, 254, and 255. This setting can be specified multiple times. If an empty string is specified, then the list specified earlier are cleared. Defaults to unset. - </para></listitem> + </para> + + <xi:include href="version-info.xml" xpointer="v248"/></listitem> </varlistentry> <varlistentry> @@ -103,6 +113,8 @@ <literal>kernel</literal>. See for details in <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry>. Defaults to <literal>no</literal>.</para> + + <xi:include href="version-info.xml" xpointer="v254"/> </listitem> </varlistentry> </variablelist> @@ -213,7 +225,9 @@ DUIDRawData=00:00:ab:11:f9:2a:c2:77:29:f9:5c:00</programlisting> <varlistentry> <term><varname>DUIDType=</varname></term> <term><varname>DUIDRawData=</varname></term> - <listitem><para>As in the [DHCPv4] section.</para></listitem> + <listitem><para>As in the [DHCPv4] section.</para> + + <xi:include href="version-info.xml" xpointer="v249"/></listitem> </varlistentry> </variablelist> </refsect1> |