aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rwxr-xr-xINSTALL/wait_for_net.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL/wait_for_net.sh b/INSTALL/wait_for_net.sh
index 354e76a..b16e091 100755
--- a/INSTALL/wait_for_net.sh
+++ b/INSTALL/wait_for_net.sh
@@ -7,6 +7,7 @@ IFACE="veth0 eth0"
function wait_net() {
for i in $IFACE; do
[[ "$(cat /sys/class/net/$i/operstate 2>/dev/null)" == "up" ]] && return 1
+ ip link set mtu 1300 dev $IFACE
done
return 0
}