fix: Set correct MTU option for dnsmasq (#1302)

This commit is contained in:
Kroese
2026-07-18 20:40:52 +02:00
committed by GitHub
parent 5d5bbbcf4d
commit 949c288565
+1 -1
View File
@@ -444,7 +444,7 @@ configureDNS() {
# Set MTU through DHCP option 26
if [[ "$GUEST_MTU" != "0" && "$GUEST_MTU" != "1500" ]]; then
arguments+=" --dhcp-option=option:interface-mtu,$GUEST_MTU"
arguments+=" --dhcp-option=option:mtu,$GUEST_MTU"
fi
fi