mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
b67e8a4e3e
From `ip-link(8)`: > [no]ignore-df - enables/disables IPv4 DF suppression on this tunnel. Normally datagrams that exceed the MTU will be fragmented; the presence of the DF flag inhibits this, resulting instead in an ICMP Unreachable (Fragmentation Required) message. Enabling this attribute causes the DF flag to be ignored. If this option is enabled for a GRE/GRETAP tunnel, the `DF` flag in the outer IP header will not inherit the inner IP header's `DF` flag. This is useful to transfer packets that exceed the MTU of the underlay network.
12 lines
193 B
SYSTEMD
12 lines
193 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[NetDev]
|
|
Name=gretap99
|
|
Kind=gretap
|
|
|
|
[Tunnel]
|
|
Local=10.65.223.238
|
|
Remote=10.65.223.239
|
|
Key=106
|
|
SerializeTunneledPackets=true
|
|
IgnoreDontFragment=true
|