mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
With this a vxlan interface can be created which is managed by for example a EVPN control plane.
20 lines
367 B
SYSTEMD
20 lines
367 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[NetDev]
|
|
Name=vxlan-external
|
|
Kind=vxlan
|
|
|
|
[VXLAN]
|
|
External=true
|
|
VNIFilter=true
|
|
L2MissNotification=true
|
|
L3MissNotification=true
|
|
RouteShortCircuit=true
|
|
UDPChecksum=true
|
|
UDP6ZeroChecksumTx=true
|
|
UDP6ZeroChecksumRx=true
|
|
RemoteChecksumTx=true
|
|
RemoteChecksumRx=true
|
|
GroupPolicyExtension=true
|
|
Independent=true
|
|
DestinationPort=4444
|