[ovs-git] Open vSwitch: ovs-vsctl: Add tests that adding duplicate bridges or ports fails. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Oct 16 16:50:31 UTC 2009


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  1125a1b9dc3ffe95bddafa7f85a95d0e337c01ca (commit)
       via  4d14e30f80e2e2d72fcf3aba840fa55eaed1121f (commit)
       via  2792c2ad6d2483f5114ef9a96049742afb042181 (commit)
       via  3d1b9636b27ee256f91e03aa3c9bbf526ef6719f (commit)
       via  37c84020e98ae97356447740a0cf906bdb4d3e64 (commit)
      from  417a8cb6a6f6f16a7ddf35435079b20f78081bd1 (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 1125a1b9dc3ffe95bddafa7f85a95d0e337c01ca
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=1125a1b9dc3ffe95bddafa7f85a95d0e337c01ca
Author: Ben Pfaff <blp at nicira.com>
		
ovs-vsctl: Add tests that adding duplicate bridges or ports fails.
		
Suggested-by: Reid Price <reid at nicira.com>


commit 4d14e30f80e2e2d72fcf3aba840fa55eaed1121f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=4d14e30f80e2e2d72fcf3aba840fa55eaed1121f
Author: Ben Pfaff <blp at nicira.com>
		
ovs-vsctl: Add the ability to perform multiple operations in a single run.
		
CC: Ian Campbell <Ian.Campbell at citrix.com>


commit 2792c2ad6d2483f5114ef9a96049742afb042181
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=2792c2ad6d2483f5114ef9a96049742afb042181
Author: Ben Pfaff <blp at nicira.com>
		
ovs-vsctl: Refactor internals to increase flexibility.
		
This changes the interface of each of the command implementations, making
them take the configuration as an argument and return the output.  This
will make it easier to support alternate output formats and to execute more
than one command per invocation (both happening in upcoming commits).


commit 3d1b9636b27ee256f91e03aa3c9bbf526ef6719f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=3d1b9636b27ee256f91e03aa3c9bbf526ef6719f
Author: Ben Pfaff <blp at nicira.com>
		
ovs-vsctl: Allow bridge name to be omitted from del-port command.
		
The 'bridge' argument to ovs-vsctl's del-port command is only supplied as
a form of error checking.  Sometimes the name of the bridge isn't readily
available, so for such situations this commit allows the user to omit the
name of the bridge entirely.

CC: Ian Campbell <Ian.Campbell at citrix.com>


commit 37c84020e98ae97356447740a0cf906bdb4d3e64
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=37c84020e98ae97356447740a0cf906bdb4d3e64
Author: Ben Pfaff <blp at nicira.com>
		
ovs-vsctl: Log changes to configuration file to syslog.
		
This feature, which has been in ovs-cfg-mod for some time as the "-c"
option, makes it much easier to see what changes ovs-vsctl actually makes
to ovs-vswitchd.conf.

CC: <Ian.Campbell at citrix.com>


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

Summary of changes:
 tests/ovs-vsctl.at       |   91 ++++++++++++++--
 utilities/ovs-vsctl.8.in |   31 +++++-
 utilities/ovs-vsctl.in   |  270 +++++++++++++++++++++++++++++++---------------
 3 files changed, 293 insertions(+), 99 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list