diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-09-28 04:44:27 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-10-11 20:10:30 +0200 |
commit | 9fa25e0791cb9a48987ba7f483db20041d1cdf75 (patch) | |
tree | 45e94b026422673af398aa7f06d396ef2a6f70a5 /man | |
parent | network: radv: verify [IPv6Prefix] and [IPv6RoutePrefix] sections (diff) | |
download | systemd-9fa25e0791cb9a48987ba7f483db20041d1cdf75.tar.xz systemd-9fa25e0791cb9a48987ba7f483db20041d1cdf75.zip |
network: radv: set non-zero lifetime for DNS servers and domains by default
Closes #20850.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 77ed77918c..abd0abbf9b 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -2676,9 +2676,9 @@ Token=prefixstable:2002:da8:1::</programlisting></para> <varlistentry> <term><varname>DNSLifetimeSec=</varname></term> - <listitem><para>Lifetime in seconds for the DNS server addresses listed - in <varname>DNS=</varname> and search domains listed in - <varname>Domains=</varname>.</para></listitem> + <listitem><para>Lifetime in seconds for the DNS server addresses listed in + <varname>DNS=</varname> and search domains listed in <varname>Domains=</varname>. Defaults to + 604800 seconds (one week).</para></listitem> </varlistentry> </variablelist> |