From: Ulrich Weber Date: Fri, 26 Feb 2010 12:34:49 +0000 (-0800) Subject: ipv6: Use 1280 as min MTU for ipv6 forwarding X-Git-Tag: v2.6.34-rc1~233^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14f3ad6f4a12495b32b0dd743bc7179f36658208;p=pandora-kernel.git ipv6: Use 1280 as min MTU for ipv6 forwarding Clients will set their MTU to 1280 if they receive a ICMPV6_PKT_TOOBIG message with an MTU less than 1280. To allow encapsulating of packets over a 1280 link we should always accept packets with a size of 1280 for forwarding even if the path has a lower MTU and fragment the encapsulated packets afterwards. In case a forwarded packet is not going to be encapsulated a ICMPV6_PKT_TOOBIG msg will still be send by ip6_fragment() with the correct MTU. Signed-off-by: Ulrich Weber Signed-off-by: David S. Miller --- Reading git-diff-tree failed