|
@@ -535,6 +535,7 @@ int ovs_execute_actions(struct datapath *dp, struct sk_buff *skb)
|
|
|
{
|
|
|
struct sw_flow_actions *acts = rcu_dereference(OVS_CB(skb)->flow->sf_acts);
|
|
|
|
|
|
+ OVS_CB(skb)->tun_key = NULL;
|
|
|
return do_execute_actions(dp, skb, acts->actions,
|
|
|
acts->actions_len, false);
|
|
|
}
|