[ovs-git] [openvswitch/ovs] 5b8418: actions: Factor out new helper function add_prereq...

GitHub noreply at github.com
Wed Dec 16 12:29:07 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 5b84185b6ba2b23a6a2ee9b0887e65e3dbcc1348
      https://github.com/openvswitch/ovs/commit/5b84185b6ba2b23a6a2ee9b0887e65e3dbcc1348
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2015-12-16 (Wed, 16 Dec 2015)

  Changed paths:
    M ovn/lib/actions.c

  Log Message:
  -----------
  actions: Factor out new helper function add_prerequisite().

This will acquire new users in upcoming commits.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Justin Pettit <jpettit at ovn.org>


  Commit: d8681a83cc59a3e83f0056afae65417a548fb547
      https://github.com/openvswitch/ovs/commit/d8681a83cc59a3e83f0056afae65417a548fb547
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2015-12-16 (Wed, 16 Dec 2015)

  Changed paths:
    M ovn/lib/actions.c

  Log Message:
  -----------
  actions: Factor parsing a single action into a new function parse_action().

This will have another user in an upcoming commit.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Justin Pettit <jpettit at ovn.org>


  Commit: 1d7b2eceaeb059e42c1e1cd3d32c192e2ab22271
      https://github.com/openvswitch/ovs/commit/1d7b2eceaeb059e42c1e1cd3d32c192e2ab22271
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2015-12-16 (Wed, 16 Dec 2015)

  Changed paths:
    M ovn/controller/lflow.c
    M ovn/lib/actions.c
    M ovn/lib/actions.h
    M tests/test-ovn.c

  Log Message:
  -----------
  actions: Bundle action parsing parameters into a structure.

This will make it easier to add and change parameters, as done in an
upcoming commit.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Justin Pettit <jpettit at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/e76950920859...1d7b2eceaeb0


More information about the git mailing list