[ovs-git] Open vSwitch: ovs-ofctl: Make mod-flows and del-flows commands able read files. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Mar 18 14:46:26 PDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  4989c59ff3e09145f63846619c194a5d6a4a1920 (commit)
       via  02c5617b60e6dbd729c529629488bb7f812ca3d9 (commit)
       via  0199c526f17c7dbed579436f716a1feae22e192a (commit)
       via  0283336539d2cb46b6aff94ef7bba766aaa4de82 (commit)
       via  933369b1194bce82bffa8cc1ccfdf82782cc5cde (commit)
      from  c7981f8ca285147fa315fde62d06107d54f4acac (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4989c59ff3e09145f63846619c194a5d6a4a1920
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=4989c59ff3e09145f63846619c194a5d6a4a1920
Author: Ben Pfaff <blp at nicira.com>
		
ovs-ofctl: Make mod-flows and del-flows commands able read files.
		
This makes it possible to modify or delete multiple flows in one run,
which is sometimes convenient.

Requested-by: Paul Ingram <paul at nicira.com>


commit 02c5617b60e6dbd729c529629488bb7f812ca3d9
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=02c5617b60e6dbd729c529629488bb7f812ca3d9
Author: Ben Pfaff <blp at nicira.com>
		
ofp-parse: Generalize parse_ofp_add_flow_file() to parse_ofp_flow_mod_file().
		
An upcoming commit will want to pass a different command.


commit 0199c526f17c7dbed579436f716a1feae22e192a
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=0199c526f17c7dbed579436f716a1feae22e192a
Author: Ben Pfaff <blp at nicira.com>
		
ovs-ofctl: New commands "replace-flows" and "diff-flows".
		
Requested-by: Paul Ingram <paul at nicira.com>


commit 0283336539d2cb46b6aff94ef7bba766aaa4de82
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=0283336539d2cb46b6aff94ef7bba766aaa4de82
Author: Ben Pfaff <blp at nicira.com>
		
ovs-ofctl: Use ovs_be32 for big-endian variable.
		


commit 933369b1194bce82bffa8cc1ccfdf82782cc5cde
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=933369b1194bce82bffa8cc1ccfdf82782cc5cde
Author: Ben Pfaff <blp at nicira.com>
		
ofpbuf: New function ofpbuf_steal_data().
		
This will have its first use in an upcoming commit.


-----------------------------------------------------------------------

Summary of changes:
 lib/ofp-parse.c            |    8 +-
 lib/ofp-parse.h            |    9 +-
 lib/ofpbuf.c               |   21 ++-
 lib/ofpbuf.h               |    4 +-
 utilities/ovs-controller.c |    3 +-
 utilities/ovs-ofctl.8.in   |   82 +++++---
 utilities/ovs-ofctl.c      |  467 ++++++++++++++++++++++++++++++++++++++++---
 7 files changed, 523 insertions(+), 71 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list