diff options
author | Susant Sahani <ssahani@gmail.com> | 2015-11-10 09:29:24 +0530 |
---|---|---|
committer | Susant Sahani <ssahani@gmail.com> | 2015-11-10 09:29:24 +0530 |
commit | a86cba89bebb4f5fd35841a6251c0baa321dc9a5 (patch) | |
tree | 7bee3af2b60523e071d9578e9d1b1954e5079536 /man/systemd.network.xml | |
parent | b69c318040acaefdd02a710998676312d764040b (diff) |
man: add man for IPV6 hop limit
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 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> |