summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2023-11-06 11:00:46 +0100
committerGitHub <noreply@github.com>2023-11-06 11:00:46 +0100
commit69c37b26a4743261d1bf0639bb03fa85ee7a5c38 (patch)
treebb871e242312b237f87456b8d0f7f6c4a4f8624f /man
parentNEWS: mention new rpm macros (diff)
parentnetwork: do not try to set invalid value for IPv6 hop limit (diff)
downloadsystemd-69c37b26a4743261d1bf0639bb03fa85ee7a5c38.tar.xz
systemd-69c37b26a4743261d1bf0639bb03fa85ee7a5c38.zip
Merge pull request #29873 from yuwata/network-revert-hop-limit
network: several follow-ups for IPv6 hop limit
Diffstat (limited to 'man')
-rw-r--r--man/systemd.network.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index ece60926c7..f065cfcafa 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -864,9 +864,9 @@ Table=1234</programlisting></para>
<varlistentry>
<term><varname>IPv6HopLimit=</varname></term>
<listitem>
- <para>Configures IPv6 Hop Limit. For each router that forwards the packet, the hop limit is
- decremented by 1. When the hop limit field reaches zero, the packet is discarded. When unset,
- the kernel's default will be used.</para>
+ <para>Configures IPv6 Hop Limit. Takes an integer in the range 1…255. For each router that
+ forwards the packet, the hop limit is decremented by 1. When the hop limit field reaches zero, the
+ packet is discarded. When unset, the kernel's default will be used.</para>
<xi:include href="version-info.xml" xpointer="v228"/>
</listitem>