From: Herbert Xu Date: Mon, 9 Nov 2009 08:42:01 +0000 (+0000) Subject: sit: Clean up DF code by copying from IPIP X-Git-Tag: v2.6.33-rc1~388^2~426 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=292f4f3ce4b57f17a667cb34c72bca081dcc0281;p=pandora-kernel.git sit: Clean up DF code by copying from IPIP This patch rearranges the SIT DF bit handling using the new IPIP DF code. The only externally visible effect should be the case where PMTU is enabled and the MTU is exactly 1280 bytes. In this case the previous code would send packets out with DF off while the new code would set the DF bit. This is inline with RFC 4213. Signed-off-by: Herbert Xu Thanks, Signed-off-by: David S. Miller --- Reading git-diff-tree failed