]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/openvswitch/flow_table.c
Merge remote-tracking branch 'ipsec/master'
[karo-tx-linux.git] / net / openvswitch / flow_table.c
index c7f74aab34b9ef7d2befcd571d44290b76fbfbc1..d073fff82fdb8c6c8d39b57690d37eedeb12423a 100644 (file)
@@ -428,7 +428,7 @@ static u32 flow_hash(const struct sw_flow_key *key,
 
 static int flow_key_start(const struct sw_flow_key *key)
 {
-       if (key->tun_key.u.ipv4.dst)
+       if (key->tun_proto)
                return 0;
        else
                return rounddown(offsetof(struct sw_flow_key, phy),