[ovs-git] [openvswitch/ovs] 28f531: ofp-actions: Refactor ofpact_get_mf_dst().

GitHub noreply at github.com
Thu Dec 3 17:54:50 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 28f5311f5d8829444441b9b32dd1eebaca9c086d
      https://github.com/openvswitch/ovs/commit/28f5311f5d8829444441b9b32dd1eebaca9c086d
  Author: Joe Stringer <joestringer at nicira.com>
  Date:   2015-12-03 (Thu, 03 Dec 2015)

  Changed paths:
    M lib/ofp-actions.c
    M lib/ofp-actions.h

  Log Message:
  -----------
  ofp-actions: Refactor ofpact_get_mf_dst().

This function finds the mf destination field for any ofpact, returning
NULL if not applicable. It will be used by the next patch to properly
reject OpenFlow flows with conntrack actions when conntrack is
unsupported by the datapath.

Signed-off-by: Joe Stringer <joestringer at nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme at nicira.com>


  Commit: 1b43cf9e68f4dd0dab4f9d3fa9dd80aeb642c139
      https://github.com/openvswitch/ovs/commit/1b43cf9e68f4dd0dab4f9d3fa9dd80aeb642c139
  Author: Joe Stringer <joestringer at nicira.com>
  Date:   2015-12-03 (Thu, 03 Dec 2015)

  Changed paths:
    M ofproto/ofproto-dpif.c

  Log Message:
  -----------
  ofproto-dpif: Validate ct action support.

Disallow installing rules that execute ct() if conntrack is unsupported
in the datapath.

Reported-by: Ravindra Kenchappa <ravindra.kenchappa at hpe.com>
Signed-off-by: Joe Stringer <joestringer at nicira.com>
Acked-by: Jarno Rajahalme <jarno at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/47946ac584a2...1b43cf9e68f4


More information about the git mailing list