summaryrefslogtreecommitdiff
path: root/man/systemd.network.xml
diff options
context:
space:
mode:
authorSusant Sahani <susant@redhat.com>2018-05-21 17:03:36 +0530
committerLennart Poettering <lennart@poettering.net>2018-05-24 16:42:40 +0200
commitcea79e664394d4ca89016919cef36a55dc51a369 (patch)
treedbbdbac7861674fa6fa81b9af289187c79e8938b /man/systemd.network.xml
parent45748f098e4db5c6bd4e60e1b4824fcaa8db8ea9 (diff)
downloadsystemd-cea79e664394d4ca89016919cef36a55dc51a369.tar.gz
networkd: Support the ability to set MTU in [Route] sections
Add support to set the route MTU. Closes #9047
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r--man/systemd.network.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index b52c1ff7e4..82629b9172 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -1099,7 +1099,16 @@
</para>
</listitem>
</varlistentry>
-
+ <varlistentry>
+ <term><varname>MTUBytes=</varname></term>
+ <listitem>
+ <para>The maximum transmission unit in bytes to set for the
+ route. The usual suffixes K, M, G, are supported and are
+ understood to the base of 1024.</para>
+ <para>Note that if IPv6 is enabled on the interface, and the MTU is chosen
+ below 1280 (the minimum MTU for IPv6) it will automatically be increased to this value.</para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>