Skip to content
Snippets Groups Projects
Commit 69f5239f authored by skorpy's avatar skorpy :construction_worker:
Browse files

networkd/batman/vxlan: fix Checksum

parent 439a9128
No related branches found
No related tags found
1 merge request!610move to systemd-networkd for gateways
......@@ -7,11 +7,10 @@ MACAddress={{ salt['net.vxlan_mac'](domain_id, salt['pillar.get']('host:id:prima
[VXLAN]
DestinationPort=4789
MacLearning=true
UDPChecksum=false
UDP6ZeroChecksumTx=true
UDP6ZeroChecksumRx=true
UDPChecksum=true
UDP6ZeroChecksumTx=false
UDP6ZeroChecksumRx=false
RemoteChecksumTx=false
RemoteChecksumRx=false
Group=ff02::15c
Local={{ grains.fqdn_ip6.0 }}
VNI={{ salt['pillar.get']('domains:%s:vxlan_vid' | format(domain)) }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment