diff options
author | Susant Sahani <susant@redhat.com> | 2018-05-21 17:03:36 +0530 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-05-24 16:42:40 +0200 |
commit | cea79e664394d4ca89016919cef36a55dc51a369 (patch) | |
tree | dbbdbac7861674fa6fa81b9af289187c79e8938b /man | |
parent | 45748f098e4db5c6bd4e60e1b4824fcaa8db8ea9 (diff) | |
download | systemd-cea79e664394d4ca89016919cef36a55dc51a369.tar.gz systemd-cea79e664394d4ca89016919cef36a55dc51a369.tar.bz2 systemd-cea79e664394d4ca89016919cef36a55dc51a369.zip |
networkd: Support the ability to set MTU in [Route] sections
Add support to set the route MTU.
Closes #9047
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 11 |
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> |