mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-08-28 11:56:03 +00:00
fix: Set correct MTU option for dnsmasq (#1302)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user