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
commit 75a1623f12

View File

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