summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2015-11-10 15:03:37 +0100
committerTom Gundersen <teg@jklm.no>2015-11-10 15:03:37 +0100
commit8f84882240b776dab07c4ee5aaf2dd1acd8cb45b (patch)
tree18b8b1c5740095066be3b5dda60625b4e6fdb545 /man
parent3b6a025a4f1b52f09a84557f112ef6872d94e0ba (diff)
parenta86cba89bebb4f5fd35841a6251c0baa321dc9a5 (diff)
Merge pull request #1825 from ssahani/ipv61-1
networkd: add support to configure IPv6 hop limit
Diffstat (limited to 'man')
-rw-r--r--man/systemd.network.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index 50f3810ce0..7d081d22fe 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -432,6 +432,14 @@
</para></listitem>
</varlistentry>
<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.
+ Defaults to unset.
+ </para></listitem>
+ </varlistentry>
+ <varlistentry>
<term><varname>Bridge=</varname></term>
<listitem>
<para>The name of the bridge to add the link to.</para>