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

GitHub noreply at github.com
Fri Jul 24 20:11:17 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 9055ca9a21f6667d33ea0cd20961a8e2cace059e
      https://github.com/openvswitch/ovs/commit/9055ca9a21f6667d33ea0cd20961a8e2cace059e
  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