X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=net%2Fopenvswitch%2Fflow_table.c;h=d073fff82fdb8c6c8d39b57690d37eedeb12423a;hb=bdc15ce316507225587552a3e63e7e09d94b81be;hp=c7f74aab34b9ef7d2befcd571d44290b76fbfbc1;hpb=af7eba0158e9b4632dcd94c1cd4100689666e14f;p=karo-tx-linux.git diff --git a/net/openvswitch/flow_table.c b/net/openvswitch/flow_table.c index c7f74aab34b9..d073fff82fdb 100644 --- a/net/openvswitch/flow_table.c +++ b/net/openvswitch/flow_table.c @@ -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),