From: Steffen Klassert Date: Tue, 15 Jan 2013 12:38:53 +0000 (+0100) Subject: xfrm4: Invalidate all ipv4 routes on IPsec pmtu events X-Git-Tag: v3.8-rc6~20^2~23^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05ab86c55683410593720003442dde629782aaac;p=pandora-kernel.git xfrm4: Invalidate all ipv4 routes on IPsec pmtu events On IPsec pmtu events we can't access the transport headers of the original packet, so we can't find the socket that sent the packet. The only chance to notify the socket about the pmtu change is to force a relookup for all routes. This patch implenents this for the IPsec protocols. Signed-off-by: Steffen Klassert --- Reading git-diff-tree failed