Merge "Decrease MTU to account for IPv6 header"

This commit is contained in:
Zuul
2020-11-09 09:48:44 +00:00
committed by Gerrit Code Review

View File

@@ -121,8 +121,8 @@
SMALLEST_MTU=$MTU
fi
done
# 50 byte overhead for vxlan
echo $(( SMALLEST_MTU - 50 ))
# 70 byte overhead for vxlan + IPv6, which will also support IPv4
echo $(( SMALLEST_MTU - 70 ))
args:
executable: /bin/bash
environment: