Merge "Decrease MTU to account for IPv6 header"
This commit is contained in:
commit
75a1623f12
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user