mirror of
https://github.com/systemd/systemd.git
synced 2025-02-08 09:57:41 +03:00
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.
17 lines
316 B
SYSTEMD
17 lines
316 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[NetDev]
|
|
Name=erspan99
|
|
Kind=erspan
|
|
|
|
[Tunnel]
|
|
ERSPANVersion=0
|
|
# The three settings below will be ignored
|
|
ERSPANIndex=123
|
|
ERSPANDirection=ingress
|
|
ERSPANHardwareId=0x1f
|
|
Local = 172.16.1.200
|
|
Remote = 172.16.1.100
|
|
Key=101
|
|
SerializeTunneledPackets=true
|
|
IgnoreDontFragment=true
|