diff options
author | Susant Sahani <145210+ssahani@users.noreply.github.com> | 2018-04-20 15:08:39 +0530 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-04-20 11:38:39 +0200 |
commit | 11102cba69b1ed73372cbfd60164d44ecf3b11f4 (patch) | |
tree | 74a051c6f9a9e4435db1c67afde2894406db5094 /man | |
parent | 0c300adfa4c166bc13fc0847bec19f257fc79f97 (diff) | |
download | systemd-11102cba69b1ed73372cbfd60164d44ecf3b11f4.tar.gz systemd-11102cba69b1ed73372cbfd60164d44ecf3b11f4.tar.bz2 systemd-11102cba69b1ed73372cbfd60164d44ecf3b11f4.zip |
networkd: add support to configure IPv6 MTU (#8664)
This patch supports to configure IPv6 MTU.
Closes #8632
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index b71e197f11..a45bbe26ea 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -667,6 +667,12 @@ </para></listitem> </varlistentry> <varlistentry> + <term><varname>IPv6MTUBytes=</varname></term> + <listitem><para>Configures IPv6 maximum transmission unit (MTU). + An integer greater than or equal to 1280 bytes. Defaults to unset. + </para></listitem> + </varlistentry> + <varlistentry> <term><varname>Bridge=</varname></term> <listitem> <para>The name of the bridge to add the link to. See |