diff options
Diffstat (limited to 'net/ipv6/xfrm6_output.c')
-rw-r--r-- | net/ipv6/xfrm6_output.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/xfrm6_output.c b/net/ipv6/xfrm6_output.c index fc0ea38953c4..80242172a5df 100644 --- a/net/ipv6/xfrm6_output.c +++ b/net/ipv6/xfrm6_output.c | |||
@@ -139,6 +139,7 @@ static int xfrm6_output_one(struct sk_buff *skb) | |||
139 | x = dst->xfrm; | 139 | x = dst->xfrm; |
140 | } while (x && !x->props.mode); | 140 | } while (x && !x->props.mode); |
141 | 141 | ||
142 | IP6CB(skb)->flags |= IP6SKB_XFRM_TRANSFORMED; | ||
142 | err = 0; | 143 | err = 0; |
143 | 144 | ||
144 | out_exit: | 145 | out_exit: |