[ovs-git] [openvswitch/ovs] 69b61c: ofproto-dpif: Check support for CT action force co...

GitHub noreply at github.com
Tue Apr 18 18:11:24 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 69b61cfd060d98e72c247addfc3de65230fa7876
      https://github.com/openvswitch/ovs/commit/69b61cfd060d98e72c247addfc3de65230fa7876
  Author: Jarno Rajahalme <jarno at ovn.org>
  Date:   2017-04-18 (Tue, 18 Apr 2017)

  Changed paths:
    M ofproto/ofproto-dpif.c

  Log Message:
  -----------
  ofproto-dpif: Check support for CT action force commit flag.

So far the force commit feature is implemented together with the
original direction tuple feature by all datapaths, so we can use the
support flag for the 'ct_orig_tuple' to indicate support for the force
commit feature as well.

Better fail the flow install than rely on ovs-vswitchd log being
filled by error messages from the datapath.

Signed-off-by: Jarno Rajahalme <jarno at ovn.org>
Acked-by: Ben Pfaff <bpl at ovn.org>


  Commit: d73ccab1e8527e7a64554ce3a9381bd5947ea9ba
      https://github.com/openvswitch/ovs/commit/d73ccab1e8527e7a64554ce3a9381bd5947ea9ba
  Author: Jarno Rajahalme <jarno at ovn.org>
  Date:   2017-04-18 (Tue, 18 Apr 2017)

  Changed paths:
    M ofproto/ofproto-dpif.c

  Log Message:
  -----------
  ofproto-dpif: Check if original direction matches are supported.

Use the existing probed support flag for the original direction tuple
to determine if matches on the original direction tuple can be supported.

Signed-off-by: Jarno Rajahalme <jarno at ovn.org>
Acked-by: Ben Pfaff <bpl at ovn.org>


  Commit: 76c62d19fe81f59dee50a5979c29516f0268fc5f
      https://github.com/openvswitch/ovs/commit/76c62d19fe81f59dee50a5979c29516f0268fc5f
  Author: Jarno Rajahalme <jarno at ovn.org>
  Date:   2017-04-18 (Tue, 18 Apr 2017)

  Changed paths:
    M ofproto/ofproto-dpif.c

  Log Message:
  -----------
  ofproto-dpif: Check support for resubmit with conntrack action.

Use the existing probed support flag for the original direction tuple
to determine if resubmit(ct) can be executed or not.

Signed-off-by: Jarno Rajahalme <jarno at ovn.org>
Acked-by: Ben Pfaff <bpl at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/a80aba3a7996...76c62d19fe81


More information about the git mailing list