diff options
Diffstat (limited to 'net/ipv4/xfrm4_output.c')
-rw-r--r-- | net/ipv4/xfrm4_output.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/xfrm4_output.c b/net/ipv4/xfrm4_output.c index 51fabb8f7c54..160c48800ab8 100644 --- a/net/ipv4/xfrm4_output.c +++ b/net/ipv4/xfrm4_output.c | |||
@@ -140,6 +140,7 @@ static int xfrm4_output_one(struct sk_buff *skb) | |||
140 | x = dst->xfrm; | 140 | x = dst->xfrm; |
141 | } while (x && !x->props.mode); | 141 | } while (x && !x->props.mode); |
142 | 142 | ||
143 | IPCB(skb)->flags |= IPSKB_XFRM_TRANSFORMED; | ||
143 | err = 0; | 144 | err = 0; |
144 | 145 | ||
145 | out_exit: | 146 | out_exit: |