mirror of
https://git.proxmox.com/git/systemd
synced 2025-12-26 08:26:38 +00:00
18 lines
322 B
SYSTEMD
18 lines
322 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[NetDev]
|
|
Name=vxlan99
|
|
Kind=vxlan
|
|
|
|
[VXLAN]
|
|
VNI=999
|
|
L2MissNotification=true
|
|
L3MissNotification=true
|
|
RouteShortCircuit=true
|
|
UDPChecksum=true
|
|
UDP6ZeroChecksumTx=true
|
|
UDP6ZeroChecksumRx=true
|
|
RemoteChecksumTx=true
|
|
RemoteChecksumRx=true
|
|
GroupPolicyExtension=true
|
|
DestinationPort=5555
|