mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
6f213e4a34
It makes more sense to call VXLAN ID as 1. the VXLAN Network Identifier (VNI) (or VXLAN Segment ID) 2. test-network: rename VXLAN Id to VNI 3. fuzzer: Add VXLAN VNI directive to fuzzer
17 lines
277 B
SYSTEMD
17 lines
277 B
SYSTEMD
[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
|