datapath: Fix zero key tunnels.
[openvswitch] / datapath / actions.c
index 972f7a214c3e8c54ec4ad45572aaaae9599e8550..4649c050c38a68ff7c14820e5eb05c9b56d3fbaa 100644 (file)
@@ -357,7 +357,6 @@ static int execute_set_action(struct sk_buff *skb,
                }
 
                OVS_CB(skb)->tun_key->tun_id = nla_get_be64(nested_attr);
-               OVS_CB(skb)->tun_key->tun_flags |= OVS_FLOW_TNL_F_KEY;
                break;
 
        case OVS_KEY_ATTR_IPV4_TUNNEL: