commit | 5c901daaea3be0d900b3ae1fc9b5f64ff94e4f02 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Fri Jan 06 23:05:36 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Jan 07 12:57:35 2006 -0800 |
tree | 7532b280d892bab7fd9af98b02a3f81929ddca5d | |
parent | 4e8e9de7c25315669e2d5565acc50ec379522c28 [diff] |
[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 <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>