summaryrefslogtreecommitdiff
path: root/man/systemd.netdev.xml
diff options
context:
space:
mode:
authorSusant Sahani <ssahani@gmail.com>2019-05-08 22:31:08 +0530
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-05-09 06:40:33 +0200
commit1189c00a3c41e0982fb598909911f5a58c278adc (patch)
tree1dcc06a9efd69fc69129891fc8c48f35ee56be75 /man/systemd.netdev.xml
parent2a36d4006d195203d92c679037bf4bb981900914 (diff)
downloadsystemd-1189c00a3c41e0982fb598909911f5a58c278adc.tar.gz
networkd: VXLAN add support to configure IP Don't fragment.
Allow users to set the IPv4 DF bit in outgoing packets, or to inherit its value from the IPv4 inner header. If the encapsulated protocol is IPv6 and DF is configured to be inherited, always set it.
Diffstat (limited to 'man/systemd.netdev.xml')
-rw-r--r--man/systemd.netdev.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml
index fc33f89a38..416874fbaf 100644
--- a/man/systemd.netdev.xml
+++ b/man/systemd.netdev.xml
@@ -691,6 +691,15 @@
The valid range is 0-1048575.
</para>
</listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><varname>IPDoNotFragment=</varname></term>
+ <listitem>
+ <para>Allows to set the IPv4 Do not Fragment (DF) bit in outgoing packets, or to inherit its
+ value from the IPv4 inner header. Takes a boolean value, or <literal>inherit</literal>. Set
+ to <literal>inherit</literal> if the encapsulated protocol is IPv6. When unset, the kernel's
+ default will be used.</para>
+ </listitem>
</varlistentry>
</variablelist>
</refsect1>