[NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harder
[safe/jmp/linux-2.6] / net / ipv4 / xfrm4_output.c
index 51fabb8..160c488 100644 (file)
@@ -140,6 +140,7 @@ static int xfrm4_output_one(struct sk_buff *skb)
                x = dst->xfrm;
        } while (x && !x->props.mode);
 
+       IPCB(skb)->flags |= IPSKB_XFRM_TRANSFORMED;
        err = 0;
 
 out_exit: