[ovs-git] [openvswitch/ovs] 143e51: metaflow: Fix maskable conntrack orig tuple fields

Yi-Hung Wei noreply at github.com
Fri May 15 01:02:38 UTC 2020


  Branch: refs/heads/branch-2.11
  Home:   https://github.com/openvswitch/ovs
  Commit: 143e51130adc1c191503d7a900880827a6eec7ea
      https://github.com/openvswitch/ovs/commit/143e51130adc1c191503d7a900880827a6eec7ea
  Author: Yi-Hung Wei <yihung.wei at gmail.com>
  Date:   2020-05-14 (Thu, 14 May 2020)

  Changed paths:
    M lib/meta-flow.c
    M tests/ofproto-dpif.at

  Log Message:
  -----------
  metaflow: Fix maskable conntrack orig tuple fields

>From man ovs-fields(7), the conntrack origin tuple fields
ct_nw_src/dst, ct_ipv6_src/dst, and ct_tp_src/dst are supposed
to be bitwise maskable, but they are not.  This patch enables
those fields to be maskable, and adds a regression test.

Fixes: daf4d3c18da4 ("odp: Support conntrack orig tuple key.")
Reported-by: Wenying Dong <wenyingd at vmware.com>
Signed-off-by: Yi-Hung Wei <yihung.wei at gmail.com>
Signed-off-by: William Tu <u9012063 at gmail.com>




More information about the git mailing list