mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
dhcpcd.exe: Actually use the received MTU
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
a22e3c8ec7
commit
11f6226f65
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user