mirror of
https://github.com/systemd/systemd.git
synced 2026-07-26 03:06:21 +00: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
|