[ovs-git] [openvswitch/ovs] 5d1c81: ofproto-dpif-xlate: Fix handling of write_actions(...

GitHub noreply at github.com
Fri Jul 24 20:13:21 UTC 2015


  Branch: refs/heads/branch-2.4
  Home:   https://github.com/openvswitch/ovs
  Commit: 5d1c81890c21a2a400da469750c0fb18c545387d
      https://github.com/openvswitch/ovs/commit/5d1c81890c21a2a400da469750c0fb18c545387d
  Author: Ben Pfaff <blp at nicira.com>
  Date:   2015-07-24 (Fri, 24 Jul 2015)

  Changed paths:
    M ofproto/ofproto-dpif-xlate.c
    M tests/ofproto-dpif.at

  Log Message:
  -----------
  ofproto-dpif-xlate: Fix handling of write_actions(group(5),output(10)).

This keeps actset_output as OFPP_UNSET in the special case where a single
write_actions() contains a group action followed by an output action.  The
presumably more common case where instructions in separate action lists
contained output and group actions was already properly handled.

Without the fix added by this commit, the test case as updated by this
commit fails.

Found by inspection.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme at nicira.com>




More information about the git mailing list