dhcpcd.exe: Actually use the received MTU

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2022-12-01 17:23:03 +00:00
committed by Peter Müller
parent a22e3c8ec7
commit 11f6226f65

View File

@@ -144,7 +144,7 @@ setup_qmi() {
ip addr add "${address}/${netmask}" dev "${interface}"
# Configure the default route
ip route add default via "${gateway}" #mtu "${mtu}"
ip route add default via "${gateway}" mtu "${mtu}"
return 0
}