[ovs-git] [openvswitch/ovs] 704bb0: ofproto-dpif-xlate: Introduce xlate_commit_actions...

GitHub noreply at github.com
Fri Sep 11 16:48:39 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 704bb0bfa2d44ac3d5cfca2d957ff3e9e812ff8e
      https://github.com/openvswitch/ovs/commit/704bb0bfa2d44ac3d5cfca2d957ff3e9e812ff8e
  Author: Joe Stringer <joestringer at nicira.com>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

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

  Log Message:
  -----------
  ofproto-dpif-xlate: Introduce xlate_commit_actions().

This combines a common set of operations into a single command.

Signed-off-by: Joe Stringer <joestringer at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


  Commit: d824b5b77e3d85ac9852ce519b4a2d83ae6f6c73
      https://github.com/openvswitch/ovs/commit/d824b5b77e3d85ac9852ce519b4a2d83ae6f6c73
  Author: Joe Stringer <joestringer at nicira.com>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M lib/ofp-actions.c

  Log Message:
  -----------
  ofp-actions: Allow special handling for nested actions.

The next patch will introduce nested actions with special restrictions.
Refactor the action verification to allow ofpacts_verify() to identify
nesting so that these restrictions may be applied.

Signed-off-by: Joe Stringer <joestringer at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


Compare: https://github.com/openvswitch/ovs/compare/f2f44f5da083...d824b5b77e3d


More information about the git mailing list