Hello! On 5/10/2018 8:19 PM, Ashwanth Goli wrote:
With 749439bfac "fix udpv6 sendmsg crash caused by too small MTU"
When you cite a comnmit, you must specify at least 12-digit SHA1 and enclose the summary in (""), not just "".
ipsec tunnels that report a MTU less than IPV6_MIN_MTU are broken even for packets that are smaller than IPV6_MIN_MTU. According to rfc2473#section-7.1 if the original IPv6 packet is equal or smaller than the IPv6 minimum link MTU, the tunnel entry-point node encapsulates the original packet, and subsequently fragments the resulting IPv6 tunnel packet into IPv6 fragments that do not exceed the Path MTU to the tunnel exit-point. Dropping the MTU check for ipsec tunnel destinations. Signed-off-by: Ashwanth Goli <ashwa...@codeaurora.org>
[...] MBR, Sergei