Skip to content
Commit 1b227e53 authored by Haishuang Yan's avatar Haishuang Yan Committed by David S. Miller
Browse files

ip6_gre: Fix MTU setting for ip6gretap



When creat an ip6gretap interface with an unreachable route,
the MTU is about 14 bytes larger than what was needed.

If the remote address is reachable:
ping6 2001:0:130::1 -c 2
PING 2001:0:130::1(2001:0:130::1) 56 data bytes
64 bytes from 2001:0:130::1: icmp_seq=1 ttl=64 time=1.46 ms
64 bytes from 2001:0:130::1: icmp_seq=2 ttl=64 time=81.1 ms

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 54b9430f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment