diff options
author | Michael Marineau <michael.marineau@coreos.com> | 2015-03-13 12:01:29 -0700 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-03-15 17:26:58 -0400 |
commit | 301f4073fe1c2757e602aef24cee9ccf5f81a3a3 (patch) | |
tree | 2689fff4ad62c6a0b0716e6c68ad62ea8da50248 /man/systemd.network.xml | |
parent | e62d9b81926e22f7a1d8a117fd85bb735d3cead2 (diff) |
network: add UseNTP DHCP option
Despite having the internal logic in place to enable/disable using NTP
servers provided by DHCP the network config didn't expose the option.
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r-- | man/systemd.network.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index ed0b2eb4a4..087e9e2156 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -515,6 +515,14 @@ </listitem> </varlistentry> <varlistentry> + <term><varname>UseNTP=</varname></term> + <listitem> + <para>When true (the default), the NTP servers received + from the DHCP server will be used by systemd-timesyncd + and take precedence over any statically configured ones.</para> + </listitem> + </varlistentry> + <varlistentry> <term><varname>UseMTU=</varname></term> <listitem> <para>When true, the interface maximum transmission unit |