From: Patrick McHardy Date: Sat, 7 Jan 2006 07:05:36 +0000 (-0800) Subject: [NETFILTER]: Redo policy lookups after NAT when neccessary X-Git-Tag: v2.6.16-rc1~919 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c901daaea3be0d900b3ae1fc9b5f64ff94e4f02;p=pandora-kernel.git [NETFILTER]: Redo policy lookups after NAT when neccessary When NAT changes the key used for the xfrm lookup it needs to be done again. If a new policy is returned in POST_ROUTING the packet needs to be passed to xfrm4_output_one manually after all hooks were called because POST_ROUTING is called with fixed okfn (ip_finish_output). Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed